skip msp verify hulls for testing#2359
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2359 +/- ##
==========================================
- Coverage 90.93% 90.84% -0.09%
==========================================
Files 20 20
Lines 12095 11978 -117
Branches 2325 2325
==========================================
- Hits 10999 10882 -117
Misses 606 606
Partials 490 490
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I think the better approach here is to comment out msp_verify where ever it's being called in this file. This will kill performance on any of the models. |
|
@jeromekelleher what about I just add a return statement in the first line of msp verify? |
|
This was how it's designed - it should never be called in production code, it's meant to be used during development and called explicitly from the C test suite. So, just comment out/delete whereever it's currently getting called in the production code. It's probably just a few lines where debugging stuff has been left in place. |
…d unnecessary verification during execution
|
Oh, I see - were you running all the evaluations through the dev CLI? Let's not do this, the dev-cli isn't for profiling it's strictly for development (and almost never used now anyway). So - I don't think we need this change, you just need to stop using the dev CLI and run through Python instead. |
…fset=0 and adjust plotting labels accordingly; update .gitignore to exclude git-submodules and lib/subprojects
|
I'm going to close this as the dev cli isn't something we want to use for anything serious |
No description provided.