-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mb/explicit #82
base: main
Are you sure you want to change the base?
Mb/explicit #82
Conversation
I guess there are issues remains with the simulation data. Since there is no conflict with current code. I would suggest we rebase and merge it first. |
Yes, also on my other machine everything works and passes all the tests now... but I do not understand the actual problem. Still, I think that the benefits of merging now (even without these four tests passing) outweigh the problems it will cause if we diverge too much. |
Finished converting the
InputSet
s andInput
classes to the implicit detection of tag parameters (detector, target, ...).Also added more test to cover for new edge cases (not many though).