Skip to content

Commit 4af87ab

Browse files
committed
Remove errant print statement
1 parent 66b5a24 commit 4af87ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmdstanpy/utils/stancsv.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,6 @@ def column_count(ln: bytes) -> int:
398398
(metric == "diag_e" and line.startswith(b"# Diagonal elements of "))
399399
or (metric == "dense_e" and line.startswith(b"# Elements of inverse"))
400400
):
401-
print(metric)
402401
raise ValueError(
403402
f"line {num}: invalid or missing mass matrix specification"
404403
)

0 commit comments

Comments
 (0)