SBRG / pymodulon

Python package for analyzing and visualizing iModulons
MIT License
11 stars 13 forks source link

IO Error in pymodulon #26

Closed avsastry closed 4 years ago

avsastry commented 4 years ago

From @kevin-rychel: If I try to run "ica_data.reoptimize_thresholds()" and then save to json again, I get some confusing error messages. It may actually be partially saving something, because loading the file fails after calling that. It's not a huge deal since I can re-optimize thresholds without saving, but obviously you might want to fix this bug in the future.

The json file is attached: data.zip

sapoudel commented 4 years ago

Should be fixed now. @kevin-rychel pull and try again.

kevin-rychel commented 4 years ago

Yup! All good. Thanks.