Closed Zethson closed 7 months ago
Yes... As a temp measure downgrading to scanpy=1.9.8 seems to work..
Hey all,
When I was working on a separate issue I found that if you simply comment out the line that attempts to import deprecated_arg_names from scanpy._utils the rest of the code runs fine.
Since this is just a warning about which function names are deprecated, I think this is a decent solution for now (especially since no downgrades are needed).
Possibly related...
When attempting to predict the terminal states for my samples I noticed that, if one attempts to print the `names
variable petscpy has an error:
[0]PETSC ERROR: ------------------------------------------------------------------------
[0]PETSC ERROR: Caught signal number 13 Broken Pipe: Likely while reading or writing to a socket
[0]PETSC ERROR: Try option -start_in_debugger or -on_error_attach_debugger
[0]PETSC ERROR: or see https://petsc.org/release/faq/#valgrind and https://petsc.org/release/faq/
[0]PETSC ERROR: configure using --with-debugging=yes, recompile, link, and run
[0]PETSC ERROR: to get more information on the crash.
Abort(59) on node 0 (rank 0 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 59) - process 0
Authors (@michalk8), if you'd like to have me post a separate issue since this is a different package please let me know.
@jwalewski
Hey all,
When I was working on a separate issue I found that if you simply comment out the line that attempts to import deprecated_arg_names from scanpy._utils the rest of the code runs fine.
At the moment commenting out lines 17 and 72 from file cellrank/pl/_circular_projection.py
seems to work
closed via #1184