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
In plot_proc.py when trying to import from an MFILE using mfile_data.data the following error occurs:
Can't parse value in MFILE: ['helium']
Traceback (most recent call last):
File "/home/PROCESS/process/io/mfile.py", line 361, in sort_value
return float(value_words[0])
ValueError: could not convert string to float: 'helium'
This was speicfically the case when importing i_fw_coolant_type as such:
Describe the bug
In
plot_proc.py
when trying to import from anMFILE
usingmfile_data.data
the following error occurs:This was speicfically the case when importing
i_fw_coolant_type
as such:i_fw_coolant_type = mfile_data["i_fw_coolant_type"].get_scan(scan)
The text was updated successfully, but these errors were encountered: