This sim has a surprising lack of assertions. It's 9200+ lines of code, and only contains 1 use of assert. I would expect well over 100 uses in a sim of this size and complexity.
For comparison, gas-properties is 12,500+ lines of code, and contains 486 uses of assert.
Identified in #323 evaluation.
This sim has a surprising lack of assertions. It's 9200+ lines of code, and only contains 1 use of
assert
. I would expect well over 100 uses in a sim of this size and complexity.For comparison, gas-properties is 12,500+ lines of code, and contains 486 uses of
assert
.