diff --git a/pyzfs/test/testparallel.py b/pyzfs/test/testparallel.py index 5703dcd..fd17d06 100644 --- a/pyzfs/test/testparallel.py +++ b/pyzfs/test/testparallel.py @@ -63,14 +63,6 @@ def test_partition(self): else: pass - def test_collect(self): - """Test collection of local matrix to get global matrix""" - pass - - def test_symmetrization(self): - """Test symmetrization of local matrix""" - pass - if __name__ == "__main__": import sys diff --git a/setup.py b/setup.py index 9433572..2bd7d77 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="pyzfs", - version="1.1", + version="1.2", author="He Ma, Marco Govoni, Giulia Galli", author_email="mahe@uchicago.edu, mgovoni@anl.gov, gagalli@uchicago.edu", description="A python code to compute zero-field splitting tensors",