Skip to content

Commit

Permalink
fix: Update export outside of EU probability.
Browse files Browse the repository at this point in the history
  • Loading branch information
n1k0 committed Sep 23, 2024
1 parent 87a7c6a commit 4c84bb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Data/Textile/Inputs.elm
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ getOutOfEuropeEOLProbability materialInputs =
|> getMaterialCategoryShare Origin.Synthetic
in
Split.fromFloat
(if Split.toPercent syntheticMaterialsShare >= 10 then
(if Split.toPercent syntheticMaterialsShare >= 50 then
0.121

else
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e-textile.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
"swe": 0.07977174559738691,
"tre": 0.5010505866679853,
"wtu": 35.031005715582914,
"ecs": 5029.759700869327,
"ecs": 4801.590686784821,
"pef": 3047.778041761364
}
},
Expand Down

0 comments on commit 4c84bb3

Please sign in to comment.