From b4b1b3f809e2a30049364cb50eb2c5bf9156e294 Mon Sep 17 00:00:00 2001 From: Cosmin Deaconu Date: Mon, 4 Mar 2024 11:32:09 -0600 Subject: [PATCH] somehow ended up with a few extra lines in pipelineinfo.py from earlier merges --- core/tests/pipelineinfo.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/tests/pipelineinfo.py b/core/tests/pipelineinfo.py index 376cb938..594d8bfa 100755 --- a/core/tests/pipelineinfo.py +++ b/core/tests/pipelineinfo.py @@ -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