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 17c29ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/_basis_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,7 @@ def testModulated(self):

energy_ratio = energy_outside / energy_total

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


class UniversalBasisMixin:
Expand Down

0 comments on commit 17c29ca

Please sign in to comment.