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 =
filteredData =
filterForYears data year
_ =
Debug.log "filteredData" filteredData
-- _ =
-- Debug.log "filteredData" filteredData
countryNames =
List.map (\ent -> String.toUpper ent.state) filteredData
......@@ -341,8 +341,8 @@ postInit data local =
|> List.Statistics.mean
|> Maybe.withDefault 0
_ =
Debug.log "meanIssRat" meanIssRat
-- _ =
-- Debug.log "meanIssRat" meanIssRat
in
{ 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