Hey,
I was wondering if the user_solution_times feature, where you can specify the timepoints you want to be evaluated is in CADET-Process? If not could it be added in?
Best,
Daniel
Hey,
I was wondering if the user_solution_times feature, where you can specify the timepoints you want to be evaluated is in CADET-Process? If not could it be added in?
Best,
Daniel
Hi Daniel,
currently, it’s only possible to specify this using the time_resolution
parameter. This is because I want to make sure that each section time is included in the user_solution_times
that are passed to CADET-Core (which is not generally guaranteed when simply passing in some np.ndarray (e.g., a linspace)). Moreover, it gets more tricky when multiple cycles are simulated at once.
Do you have a concrete issue or limitation with this approach? If so, maybe I could add the optional to override this.
Best
Jo
It is a convince thing, so I don’t have to interpolate when doing something like RMSE.
I understand. Note, if you use the Comparator
, interpolation will be performed automatically.