Need to add import to in_silico_perturber.py: from typing import List
#371
by
lhl1bit
- opened
Hi after pulling the updates, I received a Name error for the List class when importing the geneformer package. The error went away after I added "from typing import List" to in_silico_perturber.py.
Thank you for catching this! A fix has been pushed.
ctheodoris
changed discussion status to
closed