Importing the attached modflow model fails.
MODFLOW 6 DISV - 1.zip
using flopy.mf6.MFSimulation.load(sim_ws=r'D:\Modflow\MODFLOW 6 DISV - 1')
In MFSimulation.register_package the name_file tdis attribute is set to package.filename
flopy/mf6/modflow/mfsimulation.py:1822
However the MFScalar.set_data method splits the string and keeps the last part
flopy/mf6/data/mfdatascalar.py:168
Importing the attached modflow model fails.
MODFLOW 6 DISV - 1.zip
using
flopy.mf6.MFSimulation.load(sim_ws=r'D:\Modflow\MODFLOW 6 DISV - 1')In
MFSimulation.register_packagethe name_file tdis attribute is set topackage.filenameflopy/mf6/modflow/mfsimulation.py:1822
However the
MFScalar.set_datamethod splits the string and keeps the last partflopy/mf6/data/mfdatascalar.py:168