Skip to content

Commit

Permalink
Black reformating on test_hfine.py #48
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-austin committed May 12, 2023
1 parent fda6b41 commit 37b5467
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pymuonsuite/test/test_hfine.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ def test_compute_muon(self):
)

def test_compute_hydrogen(self):
hyperfine_tensor = compute_hfine_tensor(
[[0.0, 0.0, 0.0]], [0], species=["H"]
)
hyperfine_tensor = compute_hfine_tensor([[0.0, 0.0, 0.0]], [0], species=["H"])
self.assertTrue(
np.all(
hyperfine_tensor == [[0.0, 0.0, 0.0], [0.0, 0.0, 0.0], [0.0, 0.0, 0.0]]
Expand Down

0 comments on commit 37b5467

Please sign in to comment.