bycycle-tools / bycycle

Cycle-by-cycle analysis of neural oscillations.
https://bycycle-tools.github.io/
Apache License 2.0
82 stars 21 forks source link

[BUG] dataframe memory fix #149

Open ryanhammonds opened 3 months ago

ryanhammonds commented 3 months ago

The recompute_edges method updates the dataframe in the group object, e.g. bg[i].df_features. Access from bg.df_features[i] wouldn't get updated in the process. This adds a fix.