Skip to content

Commit

Permalink
Update tests/test_simple_pipeline_executor.py
Browse files Browse the repository at this point in the history
DO NOT MERGE (squash instead)

Co-authored-by: Tim Jenness <[email protected]>
  • Loading branch information
TallJimbo and timj authored Dec 1, 2023
1 parent ae2ae85 commit c1d1bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_simple_pipeline_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def test_from_pipeline_output_differ(self):
self._test_logs(cm.output, "dict", "lsst.pipe.base.TaskMetadata", "dict", "dict")

self.assertEqual(len(quanta), 2)
self.assertEqual(self.butler.get("intermediate").to_dict(), {"zero": 0, "one": 1})
self.assertEqual(self.butler.get("intermediate"), TaskMetadata.from_dict({"zero": 0, "one": 1}))
self.assertEqual(self.butler.get("output").to_dict(), {"zero": 0, "one": 1, "two": 2})

def test_from_pipeline_input_differ(self):
Expand Down

0 comments on commit c1d1bfd

Please sign in to comment.