Uh oh!
There was an error while loading. Please reload this page.
Add 'skip' counter to diff.summary() - #168
Conversation
ubaumann
commented
Oct 14, 2022
This implementation only works on the Diff object and not with the DiffElement. At the moment My first idea was to implement the solution in the DiffElement class, but when a model is skipped, there is no DiffElement returned. Changing this would probably bring more changes, so I decided to first make a simple solution and see what you think about. I appreciate feedback and can change the code accordingly. |
chadell
left a comment
There was a problem hiding this comment.
the approach seems reasonable to me, only 2 questions.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Kircheneer
left a comment
There was a problem hiding this comment.
Looks good to me bar this comment. 🥳
* Add 'skip' to diff.summary() * Fix location of variable and comment * Update summary in example 6 * Add comment to skip callculation in diff.summary()
* Add 'skip' to diff.summary() * Fix location of variable and comment * Update summary in example 6 * Add comment to skip callculation in diff.summary()
Closes#89
Adding the processed model counter to the Diff object to be able to calculate the number of skipped models.