ciemss / pyciemss

Causal and probabilistic reasoning with continuous time dynamical systems
Other
12 stars 4 forks source link

Sample results should include timestamp column #500

Closed sabinala closed 4 months ago

sabinala commented 4 months ago

Sample results should include a column with the actual timestamp, rather than just timepoint_id, so that the output can be plotted with the correct timespan. For example, the simulation results plotted below go from time 0 to 100 with a logging_step_size of 10, yet it appears the timespan is 0 to 8.

Screenshot 2024-02-23 at 1 57 22 PM
sabinala commented 4 months ago

Our 500th issue!

JosephCottam commented 4 months ago

@sabinala Can you provide the program that you are running to generate that plot? What is the sample command used to create the result?

sabinala commented 4 months ago

@JosephCottam you would get that plot if you run the code in this notebook, but without reconfiguring the results. I can explain further in a minute...