occam-ra / occam

OCCAM Reconstructability Analysis Tools
Other
20 stars 14 forks source link

Get example py files (command line) working #10

Closed gdcutting closed 5 years ago

gdcutting commented 5 years ago

Get example command line files working. Small errors still in sbsearch.py and sbfit.py (function name mismatches to ocutils.py). See fix of basic.py (similar issues).

gdcutting commented 5 years ago

Got workflow files (basic.py, fit.py, sbfit.py, sbsearch.py) working, at least with some data files. Larger datasets cause core dumps (segmentation fault or std::bad_alloc instance). These memory issues might be tough to resolve but I'm going to leave issue open. Will close this issue and create separate one for memory errors if I need to.

gdcutting commented 5 years ago

I'm happy with the status of this for now. Still having segmentation fault (memory) issues in the state-based files (sbfit.py and sbsearch.py), but I'm going to close this issue and create a separate one for the memory issue.