This speeds up processing for inputs with lots of missing metrics, by
avoiding adding them to names.
Details
Details
Diff Detail
Diff Detail
- Repository
- rOLDT svn-test-suite
- Build Status
Buildable 34182 Build 34181: arc lint + arc unit
Event Timeline
utils/compare.py | ||
---|---|---|
37 | I don't know if it's relevant, but a missing metrics *and* empty or duplicate name would no longer raise an Exception; it's probably better to continue right after the sanity checks? |
utils/compare.py | ||
---|---|---|
37 | Yep, it should be after the name validation, thanks |
Comment Actions
LGTM then, please get another feedback though, I'm not comfortable with that code area
I don't know if it's relevant, but a missing metrics *and* empty or duplicate name would no longer raise an Exception; it's probably better to continue right after the sanity checks?