dynverse / dynmethods

A collection of 50+ trajectory inference methods within a common interface 📥📤
https://dynverse.org
Other
118 stars 26 forks source link

Wanderlust: NameError: name 'np' is not defined #163

Open MaxKman opened 4 years ago

MaxKman commented 4 years ago

Dear dynverse team,

thanks so much for providing a great package universe. Wrapping the different methods in dockers is a great way to make them easily accessible! I can get most methods to run with my data but not wanderlust. It fails with the following message:

File "/code/run.py", line 29, in start_cell = np.random.choice(start_cell) NameError: name 'np' is not defined

Best regards Max