smash-transport / smash-analysis

Analysis tools that are useful to calculate observables from SMASH.
http://theory.gsi.de/~smash/analysis_suite/current/
Other
8 stars 2 forks source link

Update MutableSet module #75

Closed RenHirayama closed 1 year ago

RenHirayama commented 1 year ago

From collections to collections.abc module (since python3.3 is lower than version 3.8, which we require)

@AxelKrypton just to be quick :)