Describe the bug
topological_dimension is listed in __all__ (__init__.py) but is never imported.
Resolution can be either of:
- Remove
"topological_dimension" from __all__
- Import
topological_dimension on line 44
I vote for the latter :)
To Reproduce
import meshio
meshio.topological_dimension
Traceback (most recent call last):
File "<python-input-28>", line 1, in <module>
meshio.topological_dimension
AttributeError: module 'meshio' has no attribute 'topological_dimension'
Diagnose
Using meshio version 5.3.5 installed from conda-forge on Windows:
# packages in environment at C:\path\to\env:
#
# Name Version Build Channel
meshio 5.3.5 pyhd8ed1ab_0 conda-forge
Did I help?
If I was able to resolve your problem, consider sponsoring my work on meshio, or buy me a coffee to say thanks.
I will consider it. This is a great package!
Describe the bug
topological_dimensionis listed in__all__(__init__.py) but is never imported.Resolution can be either of:
"topological_dimension"from__all__topological_dimensionon line 44I vote for the latter :)
To Reproduce
Diagnose
Using meshio version 5.3.5 installed from conda-forge on Windows:
Did I help?
I will consider it. This is a great package!