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 Nov 16, 2023
1 parent 9020ba1 commit 1946d78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion romancal/tweakreg/tweakreg_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@ def process(self, input):
)
if is_tweakreg_catalog_present:
# read catalog from structured array
catalog = Table(np.asarray(image_model.meta.source_detection.tweakreg_catalog))
catalog = Table(
np.asarray(image_model.meta.source_detection.tweakreg_catalog)
)
elif is_tweakreg_catalog_name_present:
catalog = Table.read(
image_model.meta.source_detection.tweakreg_catalog_name,
Expand Down

0 comments on commit 1946d78

Please sign in to comment.