Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 8, 2024
1 parent 4909d34 commit 70bce2c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions romancal/outlier_detection/outlier_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@ def do_detection(self):
self.create_median(drizzled_models), unit=median_model.data.unit
)
median_model_output_path = self.make_output_path(
basepath=median_model.meta.filename.replace(
self.resample_suffix, ".asdf"
),
basepath=median_model.meta.filename.replace(self.resample_suffix, ".asdf"),
suffix="median",
)
median_model.save(median_model_output_path)
Expand Down

0 comments on commit 70bce2c

Please sign in to comment.