forked from SciML/SciMLExpectations.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
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
update interface test #11
Closed
Closed
Conversation
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
Aqua + typos CI
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…ions/checkout-4 Bump actions/checkout from 3 to 4
[skip ci] dependabot ignore typos patches
…, (keep existing compat)
…cs, (keep existing compat)
…, (keep existing compat)
…-12-19-13-06-19-373-01934843071 CompatHelper: bump compat for Turing to 0.30 for package docs, (keep existing compat)
…-12-12-07-04-39-745-02815602134 CompatHelper: bump compat for RecursiveArrayTools to 3, (keep existing compat)
…-12-20-03-05-00-547-01772817703 CompatHelper: bump compat for OptimizationMOI to 0.2 for package docs, (keep existing compat)
…32-495-00238318074
…-01-05-18-05-32-495-00238318074 CompatHelper: bump compat for OptimizationNLopt to 0.2 for package docs, (keep existing compat)
…41-490-02853135220
…-01-05-19-05-41-490-02853135220 CompatHelper: bump compat for OptimizationMOI to 0.3 for package docs, (keep existing compat)
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.16.23 to 1.17.0. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.16.23...v1.17.0) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…te-ci/typos-1.17.0 Bump crate-ci/typos from 1.16.23 to 1.17.0
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…ions/cache-4 Bump actions/cache from 3 to 4
Co-authored-by: Lorenzo Van Munoz <[email protected]>
Co-authored-by: Lorenzo Van Munoz <[email protected]>
This reverts commit 3bc3d4d.
This reverts commit c7d8d10.
Wrong branch, but CI passed |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I just updated the tests but removed some of the type stability checks for the batch interface because the underlying solve interface for the ODE doesn't seem to be type stable, and the batch interface does a solve to build a prototype.