Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raamana committed Mar 30, 2022
1 parent f0b64e5 commit 46ff96f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions visualqc/defacing.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,11 @@ def add_UI(self):
self.fig.set_size_inches(self.figsize)


def add_alerts(self):
"""Brings up an alert if subject id is detected to be an outlier."""
pass


def load_unit(self, unit_id):
"""Loads the image data for display."""

Expand Down

0 comments on commit 46ff96f

Please sign in to comment.