Skip to content

Commit

Permalink
version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hema-ted committed Mar 19, 2020
1 parent 4426765 commit 2967e13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions pyzfs/test/testparallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="pyzfs",
version="1.1",
version="1.2",
author="He Ma, Marco Govoni, Giulia Galli",
author_email="[email protected], [email protected], [email protected]",
description="A python code to compute zero-field splitting tensors",
Expand Down

0 comments on commit 2967e13

Please sign in to comment.