Implementation of get_lr_system and get_reference_data#23
Merged
Conversation
PimMeulensteen
force-pushed
the
scratch-api
branch
from
March 6, 2026 11:38
87961bc to
51fee69
Compare
PimMeulensteen
force-pushed
the
scratch-api
branch
from
March 10, 2026 08:00
51fee69 to
a638019
Compare
Contributor
|
De lr system pickle wordt niet gegenereerd door de yaml -> die nog toevoegen? Misschien ook een unit test voor de api calls? |
wowtor
reviewed
Mar 10, 2026
Contributor
|
Ik zie nu dat bij een van de modellen wel een save_model gedaan wordt, maar die geeft een error |
Contributor
Author
|
Er staat hier een PR voor in lir: NetherlandsForensicInstitute/lir#331 |
Contributor
|
Eventueel kunnen we in validation.yaml tijdelijk kde vervangen door |
wowtor
approved these changes
Mar 11, 2026
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.
Het bleek toch handig om een beknopte
reference_data.csvmee te geven, gezien eraccfenn/cmcin hetzelfde bestand zit. Zo voorkom je het probleem dat je het onderscheid hiertussen moet maken.Geplaatst in
__init__, zodat het makkelijk te importeren is.Hierna wil ik nog een soort end-to-end test toevoegen, waarbij een model gemaakt wordt, en gekeken worden of dit model daarna weer in te lezen is.