We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There doesn't seem to be good default behavior if the param_file is None: https://github.com/Harvard-Neutrino/LeptonInjector/blob/5210b0466262ddc02d62c2d7b3e0536e96a4a6e5/python/LIDarkNews.py#L66-L86
param_file
None
Which is precisely how it's called in LIController currently: https://github.com/Harvard-Neutrino/LeptonInjector/blob/5210b0466262ddc02d62c2d7b3e0536e96a4a6e5/python/LIController.py#L161-L164
LIController
The text was updated successfully, but these errors were encountered:
nickkamp1
No branches or pull requests
There doesn't seem to be good default behavior if the
param_file
isNone
:https://github.com/Harvard-Neutrino/LeptonInjector/blob/5210b0466262ddc02d62c2d7b3e0536e96a4a6e5/python/LIDarkNews.py#L66-L86
Which is precisely how it's called in
LIController
currently:https://github.com/Harvard-Neutrino/LeptonInjector/blob/5210b0466262ddc02d62c2d7b3e0536e96a4a6e5/python/LIController.py#L161-L164
The text was updated successfully, but these errors were encountered: