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
I am running the tutorial code for CellRank and came across an error while running the functions for trend expression, Can you please help me with the same
Code:
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
[/usr/local/lib/python3.10/dist-packages/cellrank/models/_base_model.py](https://localhost:8080/#) in wrapper(wrapped, instance, args, kwargs)
63 instance.reraise()
---> 64 return wrapped(*args, **kwargs)
65exceptExceptionas e: # noqa: BLE001
11 frames
AttributeError: 'DataFrame' object has no attribute 'iteritems'
The above exception was the direct cause of the following exception:
AttributeError Traceback (most recent call last)
[/usr/local/lib/python3.10/dist-packages/cellrank/models/_base_model.py](https://localhost:8080/#) in reraise(self)
1231 """Raise the original exception with additional model information."""
1232 # retain the exception type and also the original exception
-> 1233 raise type(self._exc)(f"Fatal model failure `{self}`.") from self._exc
1234
1235 def _get_colors(
AttributeError: Fatal model failure `<FailedModel[origin=GAMR[gene='GATA1', lineage='Mono_1_1', model=None]]>`.
I am running the tutorial code for CellRank and came across an error while running the functions for trend expression, Can you please help me with the same
Code:
Error Output:
Versions:
cellrank==2.0.5.dev1+g6074913 scanpy==1.10.2 anndata==0.10.8 numpy==1.25.2 numba==0.58.1 scipy==1.11.4 pandas==2.0.3 pygpcca==1.0.4 scikit-learn==1.2.2 statsmodels==0.14.2 scvelo==0.3.2 pygam==0.9.1 matplotlib==3.7.1 seaborn==0.13.1
The text was updated successfully, but these errors were encountered: