StochSS / stochss-compute

A compute delegation server for the StochSS family of stochastic simulators.
https://stochss.github.io/stochss-compute/
GNU General Public License v3.0
5 stars 0 forks source link

handle trajectories on server side #119

Closed mdip226 closed 1 year ago

mdip226 commented 2 years ago

`if seed is None: if number_of_trajectories > len(existing results):

run more, add to result

else:
   # return cached result`
mdip226 commented 2 years ago

Just to make sure I got it, we don't really mind returning more trajectories than asked for, right? I could pick them out and just return what they asked for. I think that is what we want. It's been a while since we talked about this part so I'm jotting this down to make sure I remember to bring it up