vectorose 0.2.2__tar.gz → 0.2.3__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.3
2
2
  Name: vectorose
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: Plot polar and spherical histograms from orientation data.
5
5
  License: MIT
6
6
  Author: Benjamin Z. Rudski
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "vectorose"
3
- version = "0.2.2"
3
+ version = "0.2.3"
4
4
  description = "Plot polar and spherical histograms from orientation data."
5
5
  authors = [
6
6
  {name = "Benjamin Z. Rudski", email = "benjamin.rudski@mail.mcgill.ca"},
@@ -311,8 +311,8 @@ def import_vector_field(
311
311
  -1, d
312
312
  )
313
313
 
314
- # Remove any rows containing NaN
315
- vector_field = vector_field[~np.any(np.isnan(vector_field), axis=1)]
314
+ # Remove any rows containing NaN
315
+ vector_field = vector_field[~np.any(np.isnan(vector_field), axis=1)]
316
316
 
317
317
  # Use Pandas in the other cases
318
318
  else:
File without changes
File without changes