ucam-department-of-psychiatry / camcops

Cambridge Cognitive and Psychiatric Test Kit (CamCOPS)
Other
12 stars 8 forks source link

Prevent division by zero error for BMI task and StrictDoubleValidator bug fixes #370

Closed martinburchell closed 1 month ago

martinburchell commented 1 month ago

Fixes #366 (division by zero in BMI task with zero height) and #368 (bugs in StrictDoubleValidator)

Also fixes a problem with running the C++ tests where a test failure would not fail the GitHub workflow.