Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
rodluger committed May 4, 2021
1 parent 922e017 commit 32b5250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notebooks/EclipsingBinary_FullSolution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
],
"source": [
"with model:\n",
" map_soln = pmx.optimize()()"
" map_soln = pmx.optimize()"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/EclipsingBinary_PyMC3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
"outputs": [],
"source": [
"with model:\n",
" map_soln = pmx.optimize()()"
" map_soln = pmx.optimize()"
]
},
{
Expand Down

0 comments on commit 32b5250

Please sign in to comment.