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
Copy file name to clipboardExpand all lines: src/get_functions.jl
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2725,11 +2725,11 @@ function get_moments(𝓂::ℳ;
2725
2725
@info"Most of the time is spent calculating derivatives wrt parameters. If they are not needed, add `derivatives = false` as an argument to the function call." maxlog = DEFAULT_MAXLOG
2726
2726
end
2727
2727
2728
-
if (!variance &&!standard_deviation &&!non_stochastic_steady_state &&!mean)
2728
+
if (!variance &&!standard_deviation &&!non_stochastic_steady_state &&!mean&&!covariance)
2729
2729
derivatives =false
2730
2730
end
2731
2731
2732
-
if parameter_derivatives !=:all&& (variance || standard_deviation || non_stochastic_steady_state || mean)
0 commit comments