ott-jax/ott

bug in documentation

prabhant opened this issue · 0 comments

Hi i noticed that there is an import error in the documentation page here
https://ott-jax.readthedocs.io/en/latest/tutorials/gromov_wasserstein_multiomics.html

NameError Traceback (most recent call last)
Cell In[3], line 1
----> 1 X = np.load("SCOT/data/scatac_feat.npy")
2 y = np.load("SCOT/data/scrna_feat.npy")
4 print("Dimensions of input datasets:")

NameError: name 'np' is not defined