Skip to content

Commit

Permalink
raise raise -> raise in UC41
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoleski committed Oct 5, 2023
1 parent f466009 commit 2d8fdc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/use_cases/use_case_41_bad_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import MulensModel as mm


raise raise NotImplementedError(
raise NotImplementedError(
"We don't know how to enable this functionality.")

data = mm.MulensData(file_name="my_data.dat")
Expand All @@ -22,4 +22,4 @@
data.good[data.mag < 12.] = True
data.plot(show_bad=True)

plt.show()
plt.show()

0 comments on commit 2d8fdc1

Please sign in to comment.