How to avoid interpolation in vmodel run #454
Unanswered
OResearcher
asked this question in
Q&A
Replies: 1 comment
-
The problem is solved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I pass a dataset to vmodel.run(params = {'constant variable' : dataset}). It runs and gives a warning
UserWarning: Replacing a constant value with a time-dependent value. The value will be interpolated over time.
warnings.warn(
As I match the data with that of vensim run, I find that it is somewhat different due to interpolation.
Can I run the vmodel run to take data at discrete time points like 1,2,3,4... instead of interpolating over time?
Beta Was this translation helpful? Give feedback.
All reactions