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 "", line 1, in
File "C:\Users\asus\anaconda3\envs\coastsat\Lib\site-packages\pyfes\config.py", line 519, in load
models[key] = _load_model(user_settings[key], tidal_type=key)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\asus\anaconda3\envs\coastsat\Lib\site-packages\pyfes\config.py", line 487, in _load_model
return Cartesian(**settings['cartesian']).load()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\asus\anaconda3\envs\coastsat\Lib\site-packages\pyfes\config.py", line 282, in load
lon, lat, wave = load_cartesian_model(
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\asus\anaconda3\envs\coastsat\Lib\site-packages\pyfes\config.py", line 163, in load_cartesian_model
wave: Matrix = amp * numpy.cos(pha) + 1j * amp * numpy.sin(pha)
~~~^~~~~
numpy.core._exceptions._ArrayMemoryError: Unable to allocate 445. MiB for an array with shape (5401, 10801) and data type complex64
The text was updated successfully, but these errors were encountered:
import pyfes
filepath = r'D:\fes2022b\fes2022.yaml'
handlers = pyfes.load_config(filepath)
then i got this error :
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\asus\anaconda3\envs\coastsat\Lib\site-packages\pyfes\config.py", line 519, in load
models[key] = _load_model(user_settings[key], tidal_type=key)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\asus\anaconda3\envs\coastsat\Lib\site-packages\pyfes\config.py", line 487, in _load_model
return Cartesian(**settings['cartesian']).load()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\asus\anaconda3\envs\coastsat\Lib\site-packages\pyfes\config.py", line 282, in load
lon, lat, wave = load_cartesian_model(
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\asus\anaconda3\envs\coastsat\Lib\site-packages\pyfes\config.py", line 163, in load_cartesian_model
wave: Matrix = amp * numpy.cos(pha) + 1j * amp * numpy.sin(pha)
~~~^~~~~
numpy.core._exceptions._ArrayMemoryError: Unable to allocate 445. MiB for an array with shape (5401, 10801) and data type complex64
The text was updated successfully, but these errors were encountered: