Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't find partition_comparison package #1

Open
Khoa-NT opened this issue Jan 20, 2020 · 0 comments
Open

can't find partition_comparison package #1

Khoa-NT opened this issue Jan 20, 2020 · 0 comments

Comments

@Khoa-NT
Copy link

Khoa-NT commented Jan 20, 2020

Hi,
I can't find the partition_comparison package when I importing the gp

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-7-58558d87bcbc> in <module>
     19 #
     20 
---> 21 import gp

/home/guidedproofreading/gp/__init__.py in <module>
----> 1 from .cremi import Cremi
      2 from .gp import GP
      3 from .legacy import Legacy
      4 import gp.metrics as metrics
      5 from .patch import Patch

/home/guidedproofreading/gp/cremi.py in <module>
      4 import matplotlib.pyplot as plt
      5 import numpy as np
----> 6 import partition_comparison
      7 import os
      8 from scipy import ndimage as nd

ModuleNotFoundError: No module named 'partition_comparison'

Can you help me? how to get the partition_comparison package?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant