Skip to content

Commit 17c29ca

Browse files
committed
Fix rebase issue
1 parent f01d61e commit 17c29ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/_basis_util.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,7 @@ def testModulated(self):
224224

225225
energy_ratio = energy_outside / energy_total
226226

227-
self.assertTrue(energy_ratio < 0.10)<<<<<<< HEAD
228-
pass
227+
self.assertTrue(energy_ratio < 0.10)
229228

230229

231230
class UniversalBasisMixin:

0 commit comments

Comments
 (0)