floiseau / msh2xdmf

Converter from MSH mesh format to XDMF mesh format
GNU General Public License v3.0
19 stars 11 forks source link

ERROR: 'import_mesh' not defined #15

Closed chennachaos closed 3 months ago

chennachaos commented 3 months ago

Hi, I get the following error when running pytest.

_________________________________________________________________ ERROR collecting test/conversion/test_conversion.py __________________________________________________________________ test/conversion/test_conversion.py:31: in <module> mesh, boundaries_mf, subdomains_mf, association_table = import_mesh( E NameError: name 'import_mesh' is not defined

chennachaos commented 3 months ago

My mistake! Closing now.