equinor / pyscal

Python module for relative permeability/SCAL support in reservoir simulation
https://equinor.github.io/pyscal/
GNU Lesser General Public License v3.0
54 stars 31 forks source link

Revisit import structure #198

Open berland opened 4 years ago

berland commented 4 years ago

How modules inside pyscal are imported can be revisited.

It is somewhat tricky to get pyscal --version to work when bumping the import system

berland commented 3 years ago

If isort is used to sort all import statements, it results in circular import, illustrating fragility.