You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am quite new to TOUGH2 and have been attempting to run Problem No. 7 (r2dl) - NAPL Spill in the Unsaturated Zone. However, I encountered an error while using the toughio-extract out MESH command to convert the file format. The error message is as follows:
D:\Sci\tough_example\part3>toughio-extract.exe out MESH
Traceback (most recent call last):
File "D:\App\anaconda3\envs\statis\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "D:\App\anaconda3\envs\statis\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Users\Nancy\AppData\Roaming\Python\Python39\Scripts\toughio-extract.exe_main.py", line 7, in
File "C:\Users\Nancy\AppData\Roaming\Python\Python39\site-packages\toughio_cli_extract.py", line 48, in extract
[parameters["elements"][label]["center"] for label in output[-1].labels]
AttributeError: 'dict' object has no attribute 'labels'
These are my input files: MESH.txt out.txt
I would greatly appreciate any assistance in resolving this issue.
The text was updated successfully, but these errors were encountered:
I am quite new to TOUGH2 and have been attempting to run Problem No. 7 (r2dl) - NAPL Spill in the Unsaturated Zone. However, I encountered an error while using the toughio-extract out MESH command to convert the file format. The error message is as follows:
D:\Sci\tough_example\part3>toughio-extract.exe out MESH
Traceback (most recent call last):
File "D:\App\anaconda3\envs\statis\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "D:\App\anaconda3\envs\statis\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Users\Nancy\AppData\Roaming\Python\Python39\Scripts\toughio-extract.exe_main.py", line 7, in
File "C:\Users\Nancy\AppData\Roaming\Python\Python39\site-packages\toughio_cli_extract.py", line 48, in extract
[parameters["elements"][label]["center"] for label in output[-1].labels]
AttributeError: 'dict' object has no attribute 'labels'
These are my input files:
MESH.txt
out.txt
I would greatly appreciate any assistance in resolving this issue.
The text was updated successfully, but these errors were encountered: