Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn committed May 13, 2021
1 parent d3d808f commit 4648331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/minimum.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
fitparameters = ["teff", "logg", "monh"]

# Start SME solver
# sme = synthesize_spectrum(sme)
sme = solve(sme, fitparameters)
sme = synthesize_spectrum(sme)
# sme = solve(sme, fitparameters)

print(sme.citation())

Expand Down

0 comments on commit 4648331

Please sign in to comment.