You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Julia Version 1.11.3
Commit d63adeda50 (2025-01-2119:42 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU:12×12th Gen Intel(R) Core(TM) i7-1265U
WORD_SIZE:64
LLVM: libLLVM-16.0.6 (ORCJIT, alderlake)
Threads:1 default, 0 interactive, 1 GC (on 12 virtual cores)
Environment:
JULIA_EDITOR = code
JULIA_NUM_THREADS =
Additional context
I suspect the changes in system initialization underlie this issue and it may be related to #3318 and #3346.
Using the defaults keyword to specify initial values fixes the issue:
Describe the bug 🐞
When using parameters in the initial values of a model, all instances of the model keep the parameter values of the first instance.
Expected behavior
The parameter values should comply with those input by the user.
Minimal Reproducible Example 👇
Error & Stacktrace⚠️
Not applicable
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
Manifest
versioninfo()
Additional context
I suspect the changes in system initialization underlie this issue and it may be related to #3318 and #3346.
Using the
defaults
keyword to specify initial values fixes the issue:I'm not sure if I'm simply doing initialization incorrectly with the original MRE or if this is indeed unintended behavior?
The text was updated successfully, but these errors were encountered: