Skip to content

Commit

Permalink
new version with minor bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
noahfranz13 committed Jul 16, 2024
1 parent c1a1771 commit 6d4b6ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/syncfit/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.2"
__version__ = "0.2.3"
4 changes: 2 additions & 2 deletions src/syncfit/models/mq_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ def lnprior(theta, nu, F, upperlimit, p=None, **kwargs):
)

if p is None:
p, log_bG_sh, logMdot, epsilon_T, epsilon_e, log_epsilon_B = theta
p, log_bG_sh, logMdot, epsilon_T, epsilon_e, epsilon_B = theta
else:
log_bG_sh, logMdot, epsilon_T, epsilon_e, log_epsilon_B = theta
log_bG_sh, logMdot, epsilon_T, epsilon_e, epsilon_B = theta

if (uppertest and
2 < p < 4 and
Expand Down

0 comments on commit 6d4b6ba

Please sign in to comment.