Skip to content

Commit

Permalink
♻️ Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciencia de Datos • GECI committed Sep 3, 2024
1 parent e5da070 commit eca8625
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_calculator_p_value.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ def test_posterior_distribution_probabilities_in_intervals(self):
assert expected_probabilities == obtained_probabilities

calculador.remanented_cat_more_probably = 1
calculador.remanented_cats = [0, 4, 8]
posterior_distribution = np.array([1, 5, 9])
calculador.remanented_cats = posterior_distribution - total_capturas
calculador.probability()
obtained_probabilities = calculador.probabilidades.tolist()
interval_0_1 = 33.33
Expand Down

0 comments on commit eca8625

Please sign in to comment.