PyOPIA 2.0.4__tar.gz → 2.0.5__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.4
3
+ Version: 2.0.5
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.5'
@@ -36,7 +36,7 @@ def load_image(filename):
36
36
  array
37
37
  raw image
38
38
  '''
39
- img = np.load(filename, allow_pickle=False).astype(np.uint8)
39
+ img = np.load(filename, allow_pickle=False).astype(np.float64)
40
40
  return img
41
41
 
42
42
 
@@ -1 +0,0 @@
1
- __version__ = '2.0.4'
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
File without changes
File without changes