-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add additional summation checks #467
Conversation
Currently, significant gaps for these additional summation checks make the convGDX2MIF test fail. Affected summations are @fschreyer @0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q Is it expected that these summation checks still fail? If so, how should we go about this: ignore warning or fix them before merging this? |
Is there a way to get to the specific errors the test is encountering? All very fiddly. I suspect this is basically remindmodel/remind#1399, fixed by remindmodel/remind#1404. If so, it is a bug in the gdxes, and we should replace them and keep the test. Maybe we can triage the summation mismatches, marking some as "known and accepted/ignored", throwing a warning, and having others, newly introduced ones, throw an error. |
@0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q if you send me an updated gdx for testing, i can replace it and check, which of the errors remain. |
Don't oppose this option in general, but for this specific case, all the failures were for checks added manually via summations file. So the most straightforward options to react are: fixing the failed checks or fixing/removing the check from the summations file. |
remindmodel/remind#1404 triggered v3.2.1.dev122, |
Ok, i replaced the gdx used for testing and the |
@fschreyer Gaps with an up-to-date gdx
|
Excellent! |
I will do that, as soon as @fschreyer confirms that the summations as committed here are correct and the problem is indeed with the data/reporting
This has been done. I replaced the gdx pulled from RSE server as part of the test. No code change necessary.
That would be sth. @fschreyer has to do, as I would not know the responsibilities, |
No description provided.