PyOPIA 2.0.2__tar.gz → 2.0.4__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.2
3
+ Version: 2.0.4
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.4'
@@ -12,6 +12,7 @@ from glob import glob
12
12
 
13
13
  def test_notebooks():
14
14
  notebooks = sorted(glob('notebooks/*.ipynb'))
15
+ notebooks.append('docs/notebooks/background_correction.ipynb')
15
16
  for notebook_filename in notebooks:
16
17
  with open(notebook_filename) as f:
17
18
  nb = nbformat.read(f, as_version=4)
@@ -1 +0,0 @@
1
- __version__ = '2.0.2'
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