pyvlasiator 0.1.7__tar.gz → 0.1.8__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.

Potentially problematic release.


This version of pyvlasiator might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pyvlasiator
3
- Version: 0.1.7
3
+ Version: 0.1.8
4
4
  Summary: Python utilities for processing Vlasiator data
5
5
  Author: Hongyang Zhou
6
6
  Author-email: hyzhou@umich.edu
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pyvlasiator"
3
- version = "0.1.7"
3
+ version = "0.1.8"
4
4
  description = "Python utilities for processing Vlasiator data"
5
5
  authors = ["Hongyang Zhou <hyzhou@umich.edu>"]
6
6
  readme = "README.md"
@@ -484,8 +484,8 @@ class Vlsv:
484
484
 
485
485
  return lsize
486
486
 
487
+ nIORanks = self.read_parameter("numWritingRanks") # Int32
487
488
  if fgDecomposition is None:
488
- nIORanks = self.read_parameter("numWritingRanks") # Int32
489
489
  fgDecomposition = getDomainDecomposition(bbox, nIORanks)
490
490
 
491
491
  offsetnow = 0
File without changes
File without changes