We have three test cases for which Funman fails to produce expected results.
Case 1
I start with a simple SIR model and got a reasonable response from Funman. However, the parameter distributions in the contracted_model do not match with the parameter lower & upper bounds in the only true box (beta ~ [0.1, 0.49], gamma ~ [0.05, 0.355]). In fact, the contracted_model distributions appear to be identical to those from the input model.

response1.json
Case 2
Using the same settings as Case 1, except where the number of timesteps is increased from 5 to 6 (or any integer > 5), Funman responds with [] for all types of boxes.

response2.json
Case 3
Here, I use a non-normalized SIR model - that is, the state variables are in units of person, not dimensionless fractions of the total population. Funman responds with trajectories that do not correspond to those produced by pyciemss.sample.
For example, I(t = 35) should be around 1000, not 400.

response3.json
Case 4
This request, which seems to perfectly acceptable, causes Funman to hang forever for no apparent reason.
request4.json
We have three test cases for which Funman fails to produce expected results.
Case 1
I start with a simple SIR model and got a reasonable response from Funman. However, the parameter distributions in the
contracted_modeldo not match with the parameter lower & upper bounds in the only true box (beta ~ [0.1, 0.49], gamma ~ [0.05, 0.355]). In fact, thecontracted_modeldistributions appear to be identical to those from the input model.response1.json
Case 2
Using the same settings as Case 1, except where the number of timesteps is increased from 5 to 6 (or any integer > 5), Funman responds with
[]for all types of boxes.response2.json
Case 3
Here, I use a non-normalized SIR model - that is, the state variables are in units of person, not dimensionless fractions of the total population. Funman responds with trajectories that do not correspond to those produced by
pyciemss.sample.For example,

I(t = 35)should be around 1000, not 400.response3.json
Case 4
This request, which seems to perfectly acceptable, causes Funman to hang forever for no apparent reason.
request4.json