StochSS / stochss

StochSS - Software as a Service for modeling, simulation, inference and analysis of biochemical models. https://live.stochss.org
http://www.stochss.org
GNU General Public License v3.0
23 stars 21 forks source link

Investigate spatial workflow result plotting #1424

Closed BryanRumsey closed 1 year ago

BryanRumsey commented 1 year ago

Single trajectory results display properly, however multi trajectory results produce the following error:

Error

[E 21:06:53 StochSS stochss_errors.py:56] Exception information: {'Reason': 'Uncaught Critical Error', 'Message': "'list' object has no attribute 'plot_property'"}
    Traceback (most recent call last):
      File "/stochss/stochss/handlers/workflows.py", line 256, in get
        fig = job.get_plot_from_spatial_results(
      File "/stochss/stochss/handlers/util/stochss_job.py", line 521, in get_plot_from_spatial_results
        fig = result.plot_property(
    AttributeError: 'list' object has no attribute 'plot_property'
BryanRumsey commented 1 year ago

This issue has a corresponding issue in SpatialPy #348