[WIP] Implement growth assessment using WHO indicators #80

Draft
joao.dubas wants to merge 76 commits from jpd-feat-add-bmi-module-with-live-view into main
Showing only changes of commit aef062dcf5 - Show all commits

View File

@ -8,7 +8,7 @@ defmodule Growth.Calc.PercentileTest do
alias Growth.Calc.Percentile
describe "compute/1" do
for {zscore, percentile} = params <- [
for {zscore, _} = params <- [
{-3, 0.0013498125},
{-2, 0.0227502617},
{-1, 0.1586553192},