-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
Test restructure and parallelisation #835
Merged
Merged
Changes from 1 commit
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
e01e0de
save changes (init)
TorkelE 7c78523
init finish
TorkelE 356c8e4
up
TorkelE f34d63e
regroup test groups
TorkelE b7f023c
change parallelisation implementation, remove version 14 test designatio
TorkelE d30833d
up
TorkelE 2eb08b0
reduce event test SDE noise and ensure the fifth event type is triggered
TorkelE ad9d89d
up
TorkelE a11be3a
up
TorkelE 0f378bd
revert parallelisation
TorkelE fa5eb37
fix empty network test
TorkelE 968dbe8
import functiosn from ModelingToolkit
TorkelE File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This is a deprecated function. More generally why have you dropped using the getters here? We need to test them too.
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.
/~https://github.com/SciML/ModelingToolkit.jl/blob/e16c18091ac71ad45b2e87d4028e015deb70f713/src/systems/abstractsystem.jl#L319
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.
Didin't realise that the test was specific to using the
get_eqs
getter instead of theequations
getters. Figured it was just about checking the content of the empty network. If this is and important part of the test, shouldn't we just use the full set?Good point about
independent_variable
, I will revert that and the others.