-
Notifications
You must be signed in to change notification settings - Fork 1
compartment_set in BaseInput object
#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
Conversation
|
Since Mike is away I need to ask other people for review :D |
| })"; | ||
| CHECK_THROWS_WITH( | ||
| SimulationConfig(contents, "./"), | ||
| Catch::Matchers::Contains("node_set") && |
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.
should we use Catch::Matchers::AllOf(...) here instead of &&?
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.
we are still useing catch2 v2. It does not have AllOf
Pull Request Test Coverage Report for Build 17105736473Details
💛 - Coveralls |
ilkilic
left a comment
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.
Thank you @cattabiani , looks good to me
Context
Following openbraininstitute/sonata-extension#9 we need to add this functionality to libsonata. Here we are... with tests!
node_setorcompartment_setare necessary inInputBase. Both throw an errorSmaller Changes:
amp_startwas failing with aSonataErrorbut not because it was missingamp_start. In factspike_replayhas been removed and this test was not updated. I added a more strict version of this test.