PyOPIA 2.0.1__tar.gz → 2.0.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PyOPIA
3
- Version: 2.0.1
3
+ Version: 2.0.2
4
4
  Summary: A Python Ocean Particle Image Analysis toolbox.
5
5
  Home-page: https://github.com/sintef/pyopia
6
6
  Keywords: Ocean,Particles,Imaging,Measurement,Size distribution
@@ -0,0 +1 @@
1
+ __version__ = '2.0.2'
@@ -13,7 +13,6 @@ from rich.progress import track, Progress
13
13
  import pandas as pd
14
14
 
15
15
  import pyopia.background
16
- import pyopia.classify
17
16
  import pyopia.instrument.silcam
18
17
  import pyopia.instrument.holo
19
18
  import pyopia.instrument.common
@@ -127,6 +127,7 @@ class Pipeline():
127
127
  Name of the step defined in the settings
128
128
  '''
129
129
  if stepname == 'classifier':
130
+ import pyopia.classify # noqa: E(F410)
130
131
  callobj = self.step_callobj(stepname)
131
132
  self.data['cl'] = callobj()
132
133
  else:
@@ -1 +0,0 @@
1
- __version__ = '2.0.1'
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes