Skip to content

Fix deprecated call to collections.sequence

Andreas Theodosiou requested to merge fix-deprecated-collections-alias into develop
  • collections.Sequence was an alias for collections.abc.Sequence that was deprecated. It was removed in Python 3.10 which means that the getitem method of the OrbitalParameters dataclass gives an AttributeError in 3.10
  • Fixes #3 (closed)

Merge request reports