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
Then during initialization (creation of files, or %init sections) an error will appear because the evaluation of late_variables has not yet any value for CPU, that will get values defined for each of the runs only.
Solution is to have a dependency graph (ouch) or maybe add a parameter to late_variables to specify that it should not run at initialization phase. Probably easier.
The text was updated successfully, but these errors were encountered:
If one defines something like:
Then during initialization (creation of files, or %init sections) an error will appear because the evaluation of late_variables has not yet any value for CPU, that will get values defined for each of the runs only.
Solution is to have a dependency graph (ouch) or maybe add a parameter to late_variables to specify that it should not run at initialization phase. Probably easier.
The text was updated successfully, but these errors were encountered: