We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 └
The text was updated successfully, but these errors were encountered:
Solved just by updating the Turing version.
Sorry, something went wrong.
taiga4112
Successfully merging a pull request may close this issue.
On updating, I can find the warning as follows:
The text was updated successfully, but these errors were encountered: