Skip to content

Commit 660d7c9

Browse files
author
kyle cooper
committed
typo
1 parent e9d6b1f commit 660d7c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ isfeas, fx, se = self.estimate(x)
376376
calls_used = self.num_calls - start_num_calls
377377
print(m == calls_used) # True
378378
print(fx == self.gbar[x]) # True
379-
print(se, self.sehat[x]) # True
379+
print(se == self.sehat[x]) # True
380380
381381
# estimate will not simulate again in subsequent visits to a point
382382
start_num_calls = self.num_calls

0 commit comments

Comments
 (0)