Skip to content

Commit

Permalink
TEMPORARY workaround to avoid schema validation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Apr 25, 2024
1 parent cad1faf commit 5e3ebf1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions romancal/stpipe/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ def finalize_result(self, model, reference_files_used):

# this will only run if 'parent' is none, which happens when an individual
# step is being run or if self is a RomanPipeline and not a RomanStep.
if self.parent is None:
model.meta.ref_file.crds.sw_version = crds_client.get_svn_version()
model.meta.ref_file.crds.context_used = crds_client.get_context_used(
model.crds_observatory
)
# if self.parent is None:
# model.meta.ref_file.crds.sw_version = crds_client.get_svn_version()
# model.meta.ref_file.crds.context_used = crds_client.get_context_used(
# model.crds_observatory
# )

def record_step_status(self, model, step_name, success=True):
"""
Expand Down

0 comments on commit 5e3ebf1

Please sign in to comment.