-
-
Notifications
You must be signed in to change notification settings - Fork 224
refactor: use the t
defined in the module
#2569
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
tests fail? |
@@ -94,5 +94,3 @@ end | |||
@safetestset "BifurcationKit Extension Test" include("extensions/bifurcationkit.jl") | |||
end | |||
end | |||
|
|||
@safetestset "Model Parsing Test" include("model_parsing.jl") |
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.
Removed as this is duplicate of this test: https://github.com/SciML/ModelingToolkit.jl/pull/2569/files#diff-3b9314a6f9f2d7eec1d0ef69fa76cfabafdbe6d0df923768f9ec32f27a249c63R47
The test failure seems real. |
`t` is now available in three flavours. Thus, allow a downstream package to import the appropriate one, and use that to define the mtk-models.
Model Parsing Tests pass now: https://github.com/SciML/ModelingToolkit.jl/actions/runs/8506330803/job/23296377185?pr=2569#step:6:1422 |
+ Adds an indirect test which validates units and check that metadata is correctly set.
While here, I've improved tests for constants (and it's metadata) in mtkmodel. @ChrisRackauckas the model parsing tests are fixed. |
t
is now available in three flavours. Thus, allow a downstream package to import the appropriate one, and use that to define variables in the mtk-models.Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.