GunnerLab / Stable-MCCE

Stable version of MCCE.
MIT License
8 stars 14 forks source link

Bugs in revised ms_analysis.py #264

Closed CatChenal closed 7 months ago

CatChenal commented 7 months ago

Not enough checks after "cut & paste" op:

  1. Refs to Microstate.state() and Microstate.stateid no applicable
  2. MSout.microstates is a dict => change sort function
  3. To be clear, change MSout.sort_microstates() to MSout.sort_microstates_values()
  4. Refactor ms_counts() to accept a list or a dict as argument