metrumresearchgroup / bbi

Next generation modeling platform
https://metrumresearchgroup.github.io/bbi/docs
12 stars 2 forks source link

nmparser: handle $PROBLEM in addition to $PROB #283

Closed kyleam closed 2 years ago

kyleam commented 2 years ago

This PR fixes the $PROBLEM parsing issue described in gh-201. The last commit is the main one of interest.

Note that there are lots of file changes, but most of those are just golden files where "LEM"s are being dropped:

$ git diff --name-only main.. ':!*golden*'
parsers/nmparser/parse_run_details.go
parsers/nmparser/parse_run_details_test.go
kyleam commented 2 years ago

Bah, I forgot the req. Will amend last commit.