-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update PCT functions, close #89 #90
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I pushed a commit to wire this up. In the config json, they're called GovTargetSchool and GoDutchSchool
Perfect, quite easy to extend. Will try to add some tests before merging. |
Sure, tests would be good. You could follow the example of od2net/od2net/src/plugins/uptake.rs Line 98 in f333f43
|
See the simpler spot checks I've done. What's the chance of the spot checks passing but the function being wrong? Close to 0. |
Good to merge? First Rust code I've written in a while and pretty happy if so! |
Tests passing locally:
|
Note: I only understand the checks for the school uptake functions but can do spot checks for the other ones at some point also. |
No description provided.