Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Oli4 committed Oct 2, 2020
1 parent 8acd827 commit b1b97f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eyepy/core/octbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ def drusen_recompute(self, drusenfinder=None):

self._drusen_raw = self._drusenfinder.find(self)
self._drusen = self._drusenfinder.filter(self.drusen_raw)
np.save(self.drusen_path, self._drusen)
return self._drusen

@property
Expand Down

0 comments on commit b1b97f3

Please sign in to comment.