-
-
Notifications
You must be signed in to change notification settings - Fork 81
Fix CI #1339
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
Merged
Merged
Fix CI #1339
Changes from 2 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
99e91ea
Fix hybrid test failures
devmotion 731cd2b
try to fix mtk structure indexing test
isaacsas 5e4ab1a
mark test broken
isaacsas e4d9a5e
Check if docs can be built with [email protected]
devmotion 78c1bd8
More bounds
devmotion a23297b
Test registry fix
devmotion 0b73f94
Revert SciMLBase compat change
devmotion d302044
hybrid tests now work with JumpProcesses PR fix
isaacsas 48781fb
Merge remote-tracking branch 'origin/dmw/fix_ci' into dmw/fix_ci
isaacsas 2609000
Build docs with Julia LTS
devmotion 40200cb
force latest JumpProcesses for bug fixes
isaacsas e92d4e4
Merge remote-tracking branch 'origin/dmw/fix_ci' into dmw/fix_ci
isaacsas a996ea1
use 1.11 for docs
isaacsas 99bf59e
Use backport version of BifurcationKit
devmotion b933b2e
drop PEtab tutorial to see if docs build
isaacsas ecfbb24
change sampling method
TorkelE bea3cf3
Reenable PEtab example
devmotion a1cf2a7
Build documentation on Julia 1.11
devmotion fcad601
Update docs environment
devmotion 998776e
Revert to using `SobolSample`
devmotion 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 hidden or 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 hidden or 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.
@TorkelE this doesn't return a boolean or error, so the test is not broken. I assume you meant this as a flag that there is an issue, but it seems to work now. Note though that
ssintis not used anymore throughout the tests, so nothing is really being tested for it now beyondinit.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 has been fine for 16 months, so I presume that something has changed underneath. I will update to
... false # ..., which should make things run for now. Then when we do the MTK fixes I will go through all of the changes and implications proiperly again.