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
I ran the parameters code example but reversed the order of the parameters Dn and Dp . Remaking the problem now causes the parameters to be switched in order, but this is hidden.
Expected behavior
Giving the parameters in the same order in discretize and in remake should re-set the same parameters.
Minimal Reproducible Example 👇
In the following code, the intention is that each parameter is incremented by a tiny amount, but the outcome is that they are switched (and incremented). The animation shows two quite different simulations, in spite of the intended increment being tiny.
Oh of course this is my minimal reproducible example of another project I'm working on, where I wanted to use the remake functionality rather than discretizing the problem again for each new set of parameters. The errors I got led me here.
Describe the bug 🐞
I ran the parameters code example but reversed the order of the parameters
Dn
andDp
. Remaking the problem now causes the parameters to be switched in order, but this is hidden.Expected behavior
Giving the parameters in the same order in
discretize
and inremake
should re-set the same parameters.Minimal Reproducible Example 👇
In the following code, the intention is that each parameter is incremented by a tiny amount, but the outcome is that they are switched (and incremented). The animation shows two quite different simulations, in spite of the intended increment being tiny.
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
The text was updated successfully, but these errors were encountered: