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
Building DAG of jobs... InputFunctionException in rule ancombc in file /home/adilmore/Y/envs/qadabra_env/lib/python3.9/site-packages/qadabra/workflow/rules/diffab.smk, line 23: Error: TypeError: ufunc 'isnan' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe'' Wildcards:
Fixed locally by changing np.isnan to pd.isnull here and here.
The text was updated successfully, but these errors were encountered:
yangchen2
added a commit
to yangchen2/qadabra
that referenced
this issue
Nov 6, 2023
Got this error when testing qadabra yesterday:
Fixed locally by changing np.isnan to pd.isnull here and here.
The text was updated successfully, but these errors were encountered: