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
Traceback (most recent call last):
File "/home/matte_b/.local/lib/python3.12/site-packages/scipy/io/matlab/_mio.py", line 39, in _open_file
return open(file_like, mode), True
FileNotFoundError: [Errno 2] No such file or directory: 'dat/Data_KS.mat'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/matte_b/PINA/tutorials/tutorial10/tutorial.py", line 84, in <module>
data=io.loadmat("dat/Data_KS.mat")
File "/home/matte_b/.local/lib/python3.12/site-packages/scipy/io/matlab/_mio.py", line 233, in loadmat
with _open_file_context(file_name, appendmat) as f:
File "/usr/lib/python3.12/contextlib.py", line 137, in __enter__
return next(self.gen)
File "/home/matte_b/.local/lib/python3.12/site-packages/scipy/io/matlab/_mio.py", line 17, in _open_file_context
f, opened = _open_file(file_like, appendmat, mode)
File "/home/matte_b/.local/lib/python3.12/site-packages/scipy/io/matlab/_mio.py", line 45, in _open_file
return open(file_like, mode), True
FileNotFoundError: [Errno 2] No such file or directory: 'dat/Data_KS.mat'
The text was updated successfully, but these errors were encountered:
dario-coscia
changed the title
PINA/tutorials/tutorial10
PINA/tutorials/tutorial10 0.2 version
Jan 22, 2025
The text was updated successfully, but these errors were encountered: