pinellolab / simba

SIMBA: SIngle-cell eMBedding Along with features
https://simba-bio.readthedocs.io
BSD 3-Clause "New" or "Revised" License
54 stars 7 forks source link

TypedStorage warning, any plan to ameliorate? #23

Open vjcitn opened 11 months ago

vjcitn commented 11 months ago

This seems to be causing some trouble on a sensitive system. Are there any updates to the simba_pbg to fix this?

/home/exouser/.conda/envs/env_simba/lib/python3.10/site-packages/torchbiggraph/tensorlist.py:88: UserWarning: 
TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should 
only matter to you if you are using storages directly.  To access UntypedStorage directly, use tensor.untyped_storage() instead 
of tensor.storage()
  storage.resize_(storage.size() + 1)