fix(growth): remove unused match
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
João Paulo Dubas 2024-11-02 12:56:38 +00:00
parent 02540e1046
commit aef062dcf5
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA

View File

@ -8,7 +8,7 @@ defmodule Growth.Calc.PercentileTest do
alias Growth.Calc.Percentile
describe "compute/1" do
for {zscore, percentile} = params <- [
for {zscore, _} = params <- [
{-3, 0.0013498125},
{-2, 0.0227502617},
{-1, 0.1586553192},