Skip to content

Commit

Permalink
In base_block_script.py, patch BaseBlockScript class to add `…
Browse files Browse the repository at this point in the history
…`test_case`` atribute.
  • Loading branch information
tribeiro committed Jun 28, 2023
1 parent ab5facc commit dc1cd08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/lsst/ts/standardscripts/base_block_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ def __init__(self, index: int, descr: str, help: str = "") -> None:
self.obs_id = None
self.checkpoint_message = None

self.test_case = None

# Index generator.
self.step_counter = None

Expand Down

0 comments on commit dc1cd08

Please sign in to comment.