From 8be9fa38bb73e01ccc7ff8afe914f97c6f14c456 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Tue, 4 Jun 2024 23:56:27 +0000 Subject: [PATCH] wip(growth): add fix note on convert/3 method --- lib/growth/indicators/download.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/growth/indicators/download.ex b/lib/growth/indicators/download.ex index 95f2f13..9caff54 100644 --- a/lib/growth/indicators/download.ex +++ b/lib/growth/indicators/download.ex @@ -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) + # FIX: (jpd) weight for lenght/height does not have an age in the header row def convert([header | rows], gender, url) do age_unit = header |> hd() |> String.downcase()