Skip to content

Commit 426e028

Browse files
committed
remove print
1 parent f68af2c commit 426e028

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pymgpipe/nmpc.py

-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ def compute_nmpcs(
109109
)
110110
]
111111
print("Computing NMPCs on %s models using %s..." % (len(models), str(fva_type)))
112-
print(models)
113112

114113
for m in tqdm.tqdm(models, total=len(models)):
115114
m_name = m.split("/")[-1].split(".")[0] if isinstance(m, str) else m.name

0 commit comments

Comments
 (0)