-
-
Notifications
You must be signed in to change notification settings - Fork 431
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
New configuration style #71
New configuration style #71
Conversation
The examples look good to me. I've not digested the changes to the code readers themselves. |
|
||
return element_string[0].upper() + element_string[1:].lower() | ||
add_one: boolean, default: True |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why we need add_one. If num > 0, as it should be, it is redundant.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well this was born out of the necessary that we want to have x number of bins. If I do x points then I only have x-1 number of bins. Does that make sense?
As discussed at the meeting, I have restructured the configuration to the new Paper 1 v1.0 configuration.
This PR also adds a large variety of tests that make sure that the paper configuration file can be read. It also tests several of the ascii readers with test files.
@ssim, @mklauser can you check it and sign off on it?