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
Describe the error Lt cube setup says a config argument is invalid, but it does not state which one
To Reproduce
from fermipy.gtanalysis import GTAnalysis gta = GTAnalysis('config.yaml',logging={'verbosity' : 3}) gta.setup()
Expected behavior the error should tell which key is incorrect
The text was updated successfully, but these errors were encountered:
The problem in the end was given by multiple things which I managed to fix after some trial and error...
I think the error message is not explicative enough and it should at least report the first key which is invalid.
Sorry, something went wrong.
No branches or pull requests
Describe the error
Lt cube setup says a config argument is invalid, but it does not state which one
To Reproduce
Expected behavior
the error should tell which key is incorrect
The text was updated successfully, but these errors were encountered: