issues: 1266329676
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1266329676 | I_kwDOAMm_X85LeqhM | 6681 | Trouble with Gill_Matsuno | 107203187 | closed | 0 | 1 | 2022-06-09T15:39:59Z | 2022-06-09T15:58:45Z | 2022-06-09T15:58:38Z | NONE | What is your issue?Hi, I have been trying to run your codes on the Gill-Matsuno problem. Specifically, for the classical Gill example I get the following error message: AttributeError Traceback (most recent call last) <ipython-input-130-8c87009c16fe> in <module> ----> 1 h1, u1, v1 = invert_GillMatsuno(Q, dims=['lat,'lon'], BCs=['fixed', 'periodic'], 2 optArg=1.4, mxLoop=600, cal_flow=True, 3 epsilon=1e-5, Phi=5000) ~/opt/anaconda3/lib/python3.8/site-packages/xinvert/apps.py in invert_GillMatsuno(Q, dims, BCs, coords, Phi, epsilon, f0, beta, undef, mxLoop, tolerance, optArg, cal_flow, printInfo, debug) 505 506 if np.isnan(undef): --> 507 forcing = Q.fill(_undeftmp) 508 else: 509 forcing = Q.where(Q!=undef, other=_undeftmp) AttributeError: 'numpy.ndarray' object has no attribute 'fillna' I appreciate your help. Many thanks in advance. |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/6681/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
not_planned | 13221727 | issue |