Skip to content

Commit

Permalink
Added missing property decorator to blend_fluxes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferyee committed Jan 7, 2022
1 parent 6041a45 commit 4a9f22d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions source/MulensModel/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,7 @@ def source_fluxes(self):

return fluxes

@property
def blend_fluxes(self):
"""
*list*
Expand Down
2 changes: 1 addition & 1 deletion source/MulensModel/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.17"
__version__ = "2.1.18"

0 comments on commit 4a9f22d

Please sign in to comment.