Skip to content

Commit 4eabd26

Browse files
committed
Fix spacing.
1 parent a6339ec commit 4eabd26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymare/estimators/estimators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def _get_z(self, y):
241241
def _get_p(self, y):
242242
# Return the p-value/z-score input as p
243243
if self.input == 'z':
244-
return stats.norm.cdf(y)
244+
return stats.norm.cdf(y)
245245
return y
246246

247247
def summary(self):

0 commit comments

Comments
 (0)