[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 82d7009b34 - Show all commits

View File

@ -154,7 +154,7 @@ defmodule Growth.Indicators.Load do
as_float(t)
end
key = {String.to_atom(gender), unit, converted_t}
key = {String.to_atom(gender), String.to_atom(unit), converted_t}
value = %{
l: as_float(l),