Skip to content

Commit

Permalink
somehow ended up with a few extra lines in pipelineinfo.py from earli…
Browse files Browse the repository at this point in the history
…er merges
  • Loading branch information
cozzyd committed Mar 4, 2024
1 parent 220e605 commit b4b1b3f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/tests/pipelineinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ def twiddle(fr, arg=None):
assert(isinstance(obj_arg, type(arg)))
assert((obj_arg == arg).all())

# Check that module arguments survive round-trip to/from storage
mod_args = dict(pi.modules[0])
print(mod_args)
assert(mod_args == args)

assert(len(list(core.G3File('testpi.g3'))) == 11)

# Check that PI frame has two entries on the second run through
Expand Down

0 comments on commit b4b1b3f

Please sign in to comment.