wip(growth): add fix note on convert/3 method
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
@@ -249,6 +249,7 @@ defmodule Growth.Indicators.Download do
|
|||||||
|
|
||||||
@common_header ~w(source gender age_unit age l m s sd3neg sd2neg sd1neg sd0 sd1 sd2 sd3)
|
@common_header ~w(source gender age_unit age l m s sd3neg sd2neg sd1neg sd0 sd1 sd2 sd3)
|
||||||
|
|
||||||
|
# FIX: (jpd) weight for lenght/height does not have an age in the header row
|
||||||
def convert([header | rows], gender, url) do
|
def convert([header | rows], gender, url) do
|
||||||
age_unit = header |> hd() |> String.downcase()
|
age_unit = header |> hd() |> String.downcase()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user