-
Notifications
You must be signed in to change notification settings - Fork 57
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
Hl/#1654 H3 Skimmer + Simple relocation algorithm for veh sharing #2264
Conversation
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.
Do we have any test cases that just confirm the different skimmers are summarizing results correctly? E.g. we could do something like run beamville and compare some metric in the skims file to one calculated by catching events.
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.
A few places of minor change needed - most are style or minor otherwise.
test! |
test! |
test! |
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.
There are still a number of asInstanceOf
which could blow up...but are probably fine...
test! |
test! |
test! |
…riveTimeSkimmerEvent`
test! |
Test! |
test! |
1 similar comment
test! |
Test! |
I added new versions of the skimmers that are basically EventHandlers. The Companions of these Skimmers serve as Read Only Access to the past skims that have been collected at the end of the previous iterations.
Closes #1654
This change is