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
how can I fix these bugs? I will appreaciate it if you help me.
codes:
import xmitgcm.llcreader as llcreader
import holoviews as hv
import holoviews.operation.datashader
from holoviews.operation.datashader import regrid
hv.extension('bokeh')
model = llcreader.PleiadesLLC4320Model()
model
errors:
OSError Traceback (most recent call last)
Cell In[5], line 1
----> 1 model = llcreader.PleiadesLLC4320Model()
2 model
File ~/.local/lib/python3.9/site-packages/xmitgcm/llcreader/known_models.py:12, in _requires_pleiades..wrapper(*args, **kwargs)
10 test_path = '/home6/dmenemen'
11 if not os.path.exists(test_path):
---> 12 raise OSError("Can't find %s. We must not be on Pleiades." % test_path)
13 func(*args, **kwargs)
OSError: Can't find /home6/dmenemen. We must not be on Pleiades
The text was updated successfully, but these errors were encountered:
how can I fix these bugs? I will appreaciate it if you help me.
codes:
import xmitgcm.llcreader as llcreader
import holoviews as hv
import holoviews.operation.datashader
from holoviews.operation.datashader import regrid
hv.extension('bokeh')
model = llcreader.PleiadesLLC4320Model()
model
errors:
OSError Traceback (most recent call last)
Cell In[5], line 1
----> 1 model = llcreader.PleiadesLLC4320Model()
2 model
File ~/.local/lib/python3.9/site-packages/xmitgcm/llcreader/known_models.py:12, in _requires_pleiades..wrapper(*args, **kwargs)
10 test_path = '/home6/dmenemen'
11 if not os.path.exists(test_path):
---> 12 raise OSError("Can't find %s. We must not be on Pleiades." % test_path)
13 func(*args, **kwargs)
OSError: Can't find /home6/dmenemen. We must not be on Pleiades
The text was updated successfully, but these errors were encountered: