Skip to content

Commit

Permalink
Fix rebase issue
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Sep 22, 2022
1 parent f01d61e commit 9f6cbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/_basis_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def testModulated(self):

energy_ratio = energy_outside / energy_total

self.assertTrue(energy_ratio < 0.10)<<<<<<< HEAD
self.assertTrue(energy_ratio < 0.10)
pass


Expand Down

0 comments on commit 9f6cbd0

Please sign in to comment.