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
Whenever the AnnData object is modified the user should get informed. Scanpy, cellrank and others use the logger to inform the user in such cases. We should also create our own logger instance and add logging info whenever the AnnData gets modified with a corresponding message.
Investigate cellrank for an example of how to create & structure such a logger. Cellrank:
Whenever the AnnData object is modified the user should get informed. Scanpy, cellrank and others use the logger to inform the user in such cases. We should also create our own logger instance and add logging info whenever the AnnData gets modified with a corresponding message.
Investigate cellrank for an example of how to create & structure such a logger. Cellrank:
https://github.com/theislab/cellrank/blob/master/cellrank/logging/_logging.py
The text was updated successfully, but these errors were encountered: