-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add dead-time time-block #77
base: main
Are you sure you want to change the base?
Conversation
Needed to change all time-blocks to use TimeInterval as opposed to only giving the start time. Fixes #75
@johnstairs @naegelejd I had to comment out these Lines 101 to 104 in 2b3f776
Otherwise I get a cryptic yardl error on generation:
syntax error or yardl bug? |
The parser error message could be more useful. You just need to match the indentation of |
oops |
Currently keeping |
Changes in this pull request
add a
DeadTimeTimeBlock
. Needed to change all time-blocks to use TimeInterval as opposed to only giving the start time.Testing performed
Generated/analysed files. (Used the C++ code with
BinaryReader
to test the python output).Related issues
Fixes #75
Checklist before requesting a review
Contribution Notes