Skip to content
Snippets Groups Projects
Commit 6f8947c7 authored by Damian Romano Haj-Houssin's avatar Damian Romano Haj-Houssin
Browse files

Commented out debug messages to fix pipeline.

parent 57032dfb
No related branches found
No related tags found
No related merge requests found
Pipeline #24403 passed
...@@ -207,8 +207,8 @@ postInit data local = ...@@ -207,8 +207,8 @@ postInit data local =
filteredData = filteredData =
filterForYears data year filterForYears data year
_ = -- _ =
Debug.log "filteredData" filteredData -- Debug.log "filteredData" filteredData
countryNames = countryNames =
List.map (\ent -> String.toUpper ent.state) filteredData List.map (\ent -> String.toUpper ent.state) filteredData
...@@ -341,8 +341,8 @@ postInit data local = ...@@ -341,8 +341,8 @@ postInit data local =
|> List.Statistics.mean |> List.Statistics.mean
|> Maybe.withDefault 0 |> Maybe.withDefault 0
_ = -- _ =
Debug.log "meanIssRat" meanIssRat -- Debug.log "meanIssRat" meanIssRat
in in
{ source = e.from, target = e.to, distance = (min w h / 1.5) * meanIssRat, strength = Just 1 } { source = e.from, target = e.to, distance = (min w h / 1.5) * meanIssRat, strength = Just 1 }
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment