We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b5a24 commit 4af87abCopy full SHA for 4af87ab
cmdstanpy/utils/stancsv.py
@@ -398,7 +398,6 @@ def column_count(ln: bytes) -> int:
398
(metric == "diag_e" and line.startswith(b"# Diagonal elements of "))
399
or (metric == "dense_e" and line.startswith(b"# Elements of inverse"))
400
):
401
- print(metric)
402
raise ValueError(
403
f"line {num}: invalid or missing mass matrix specification"
404
)
0 commit comments