suavecode / SUAVE

An Aircraft Design Toolbox
suave.stanford.edu
GNU Lesser General Public License v2.1
401 stars 392 forks source link

Update collections library to collections.abc #616

Open julio-design opened 1 year ago

julio-design commented 1 year ago

Here are some updates you should consider for the following plugins:

Change collections library:

/trunk/SUAVE/Plugins/pint/compat.py:from collections import MutableMapping
to collections.abc

Also in: /trunk/SUAVE/Plugins/pint/quantity.py

Cheers