issues Search Results · repo:SciML/ModelingToolkit.jl language:Julia
Filter by
1k results
(87 ms)1k results
inSciML/ModelingToolkit.jl (press backspace or delete to remove)The plots created by solving the ODE system for an epidemic model (https://www.nature.com/articles/s41598-025-93095-1)
doesn t match up the expected plots. Similar problem with the FDE system.
Expected ...
bug
fchen121
- Opened 6 hours ago
- #3828
It is not possible to use and operation over Boolean Inputs . The basic And Block was not functioning well and throwing
error.
Expected behavior
I should be able to use the and operation and het correct ...
bug
ahharisankar
- Opened 13 hours ago
- #3826
With the latest version of MTK we now have the prev() syntax to designate in events which values are from before the
triggering of the event (and which are from after the event). I.e.
(X ~ 2.0) = [X ...
TorkelE
- 4
- Opened 13 hours ago
- #3825
There are some cases where unit validation is more permissive in the current version of MTK using DynamicsQuanitities
than it was in the previous version using Unitful.
Mixed media
Sometimes there is ...
bug
ctessum
- 1
- Opened 23 hours ago
- #3824
There should be official support for the concept of inputs to a model. I have hacked together the following code to
provide a start for the following features/requirements:
- provide a way to define ...
bradcarman
- 6
- Opened yesterday
- #3823
I ve encountered two related bugs with continuous events in ModelingToolkit/DifferentialEquations: (I know this is a
very bad way of doing Periodic/Discrete Callbacks but I guess that issue could occur ...
bug
sablonl
- 2
- Opened 2 days ago
- #3819
Is your feature request related to a problem? Please describe.
@mtkmodel is great, and I would like to use it to encode several user-specific metadata properties (for instance, I d
like to specify the ...
cstjean
- 3
- Opened 2 days ago
- #3816
Describe the bug 🐞
ModelingToolkit.reorder_unknowns() returns the wrong permutation.
Expected behavior
P * A * P rather than P * A * P.
Minimal Reproducible Example 👇
The issue is a math error not ...
bug
gg2031
- Opened 4 days ago
- #3814
This is because of patterns like this:
module PackageModule
struct Foo end
module InnerModule
using ..PackageModule
foo() = cond() ? (x isa Foo) : nothing
end
Inner.foo() # when inferring foo(), Foo ...
bug
topolarity
- Opened 6 days ago
- #3811
mtkcompile requires that the inputs passed to it via the inputs kwarg are not namespaced with the top-level system.
However, the trivial user workflow is
@named sys = MyModel()
sysRed = mtkcompile(sys; ...
bug
AayushSabharwal
- Opened 9 days ago
- #3799

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.