Skip to content

Commit 83a8495

Browse files
committed
Cosmetics
1 parent 2b2bd76 commit 83a8495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mc3/stats/stats.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ def dwt_daub4(array, inverse=False):
611611
return dwt.daub4(np.array(array), isign)
612612

613613

614-
class Loglike(object):
614+
class Loglike():
615615
"""
616616
Wrapper to compute log(likelihood)
617617
@@ -1041,7 +1041,7 @@ def summary_stats(post, mc3_output=None, filename=None):
10411041

10421042
# Central quantile:
10431043
f.write(
1044-
'\nCentral quintile credible intervals:\n'
1044+
'\nCentral quantile credible intervals:\n'
10451045
' 2sigma_low 1sigma_low 1sigma_up 2sigma_up '
10461046
'Parameter\n'
10471047
)

0 commit comments

Comments
 (0)