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 tried to open the FOQUS example of UQ Tutorial_5, but the filtered file can not be load successfully.
The error shows as follows
File "c:\users\anaconda3\envs\ccsi-foqus\lib\site-packages\foqus_lib\gui\main\mainWindow.py", line 1068, in loadData
self.dat.load(fileName)
File "c:\users\anaconda3\envs\ccsi-foqus\lib\site-packages\foqus_lib\framework\session\session.py", line 507, in load
sd = json.load(f, object_pairs_hook=collections.OrderedDict)
File "c:\users\anaconda3\envs\ccsi-foqus\lib\json_init_.py", line 296, in load
parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw)
File "c:\users\anaconda3\envs\ccsi-foqus\lib\json_init_.py", line 361, in loads
return cls(**kw).decode(s)
File "c:\users\anaconda3\envs\ccsi-foqus\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "c:\users\anaconda3\envs\ccsi-foqus\lib\json\decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
The text was updated successfully, but these errors were encountered:
I tried to open the FOQUS example of UQ Tutorial_5, but the filtered file can not be load successfully.
The error shows as follows
File "c:\users\anaconda3\envs\ccsi-foqus\lib\site-packages\foqus_lib\gui\main\mainWindow.py", line 1068, in loadData
self.dat.load(fileName)
File "c:\users\anaconda3\envs\ccsi-foqus\lib\site-packages\foqus_lib\framework\session\session.py", line 507, in load
sd = json.load(f, object_pairs_hook=collections.OrderedDict)
File "c:\users\anaconda3\envs\ccsi-foqus\lib\json_init_.py", line 296, in load
parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw)
File "c:\users\anaconda3\envs\ccsi-foqus\lib\json_init_.py", line 361, in loads
return cls(**kw).decode(s)
File "c:\users\anaconda3\envs\ccsi-foqus\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "c:\users\anaconda3\envs\ccsi-foqus\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
The text was updated successfully, but these errors were encountered: