fix(growth): remove unused match
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:
parent
02540e1046
commit
aef062dcf5
@ -8,7 +8,7 @@ defmodule Growth.Calc.PercentileTest do
|
|||||||
alias Growth.Calc.Percentile
|
alias Growth.Calc.Percentile
|
||||||
|
|
||||||
describe "compute/1" do
|
describe "compute/1" do
|
||||||
for {zscore, percentile} = params <- [
|
for {zscore, _} = params <- [
|
||||||
{-3, 0.0013498125},
|
{-3, 0.0013498125},
|
||||||
{-2, 0.0227502617},
|
{-2, 0.0227502617},
|
||||||
{-1, 0.1586553192},
|
{-1, 0.1586553192},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user