StatBiomed / UniTVelo

UniTVelo, Temporally Unified RNA Velocity for single cell trajectory inference
https://unitvelo.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
25 stars 9 forks source link

fix key error when run subset_prediction #25

Closed altairwei closed 1 year ago

altairwei commented 1 year ago

Hi guys,

You forgot to change the keys in the subset_prediction function after updating Model_Utils.init_pars. Another issue is that the symbol tf was used in the subset_prediction function but was not defined ahead of time. This fix should take care of theses problems.

Best, Altair