Draft
Conversation
Albrja/mic 6263/general fuzzy output Add new dataclass and FuzzyChecker method to return class for proportion tests - *Category*: Feature - *JIRA issue*: https://jira.ihme.washington.edu/browse/MIC-6263 Changes and notes -adds new dataclass to store metadata for each proportion test -adds method on FuzzyChecker to return class and not raise assertions
Albrja/mic 6279/comparison fuzzy check - part 1 Add test_proportion_vectorized on FuzzyChecker - *Category*: Feature - *JIRA issue*: https://jira.ihme.washington.edu/browse/MIC-6279 Changes and notes -Add test_proporiton_vectorized
Albrja/mic 6279/part 2 Implementation of Comparison.verify - *Category*: Feature - *JIRA issue*: https://jira.ihme.washington.edu/browse/MIC-6279 Changes and notes -implementation of Comparison.verify -small refactor and feature addition to add model_spec as an attribute of DataLoader
Albrja/mic 6280/interface verify Implementation of ValiationContext verify and verify_all methods - *Category*: Feature - *JIRA issue*: https://jira.ihme.washington.edu/browse/MIC-6280 Changes and notes -implements verify and verify_all for UI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Epic Phase 2 Automated V&V
Integrates Automated V&V and FuzzyChecker
Changes and notes
-adds new dataclass to store metadata for each proportion test -adds method on FuzzyChecker to return class and not raise assertions
Title: Summary, imperative, start upper case, don't end with a period
Description
Changes and notes
Testing