Skip to content
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

Warning about ModelingToolkit and NamedArrays #68

Closed
taiga4112 opened this issue Feb 28, 2025 · 1 comment · Fixed by #69
Closed

Warning about ModelingToolkit and NamedArrays #68

taiga4112 opened this issue Feb 28, 2025 · 1 comment · Fixed by #69
Assignees
Labels
bug Something isn't working

Comments

@taiga4112
Copy link
Contributor

On updating, I can find the warning as follows:

(ShipMMG) pkg> update
    Updating registry at `~/.julia/registries/General.toml`
   Installed TimerOutputs ───── v0.5.28
   Installed Atomix ─────────── v1.1.1
   Installed Requires ───────── v1.3.1
   Installed JuliaInterpreter ─ v0.9.42
   Installed Accessors ──────── v0.1.42
   Installed ChainRules ─────── v1.72.3
   Installed Setfield ───────── v1.1.2
  No Changes to `~/ShipMMG.jl/Project.toml`
    Updating `~/ShipMMG.jl/Manifest.toml`
  [7d9f7c33] ↑ Accessors v0.1.41 ⇒ v0.1.42
  [a9b6321e] ↑ Atomix v1.1.0 ⇒ v1.1.1
  [082447d4] ↑ ChainRules v1.72.2 ⇒ v1.72.3
  [aa1ae85d] ↑ JuliaInterpreter v0.9.41 ⇒ v0.9.42
  [ae029012] ↑ Requires v1.3.0 ⇒ v1.3.1
  [efcf1570] ↑ Setfield v1.1.1 ⇒ v1.1.2
  [a759f4b9] ↑ TimerOutputs v0.5.27 ⇒ v0.5.28
Precompiling project...
  128 dependencies successfully precompiled in 199 seconds. 403 already precompiled.
  2 dependencies had output during precompilation:
┌ ModelingToolkit
│  WARNING: using OrdinaryDiffEq.isconstant in module ModelingToolkit conflicts with an existing identifier.
│  WARNING: using OrdinaryDiffEq.islinear in module ModelingToolkit conflicts with an existing identifier.
└  
┌ NamedArrays
│  WARNING: could not import Base._sortslices into NamedArrays
│  WARNING: could not import Base._negdims into NamedArrays
│  WARNING: could not import Base.DimSelector into NamedArrays
└  
@taiga4112 taiga4112 added the bug Something isn't working label Feb 28, 2025
@taiga4112 taiga4112 self-assigned this Feb 28, 2025
@taiga4112 taiga4112 linked a pull request Feb 28, 2025 that will close this issue
@taiga4112
Copy link
Contributor Author

Solved just by updating the Turing version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant