KarrLab / wc_sim

A multi-algorithmic simulator for whole-cell models
MIT License
6 stars 2 forks source link

Enhance RunResults #70

Closed artgoldberg closed 4 years ago

artgoldberg commented 4 years ago

These to_hdf() calls in __init__() raise the warnings:

random_states_s.to_hdf(self._hdf_file(), 'random_states')
metadata_s.to_hdf(self._hdf_file(), 'metadata')

The warning is:

/usr/local/lib/python3.6/site-packages/pandas/core/generic.py:1996 PerformanceWarning:
your performance may suffer as PyTables will pickle object types that it cannot
map directly to c-types [inferred_type->mixed,key->values] [items->None]
artgoldberg commented 4 years ago

Also:

artgoldberg commented 4 years ago

did: make get_concentrations() work for all compartments

artgoldberg commented 4 years ago

master 9494ce95 did "Speedup convert_checkpoints(), which runs slowly"

artgoldberg commented 4 years ago

Finished, except for a couple of issues copied to #83.