dbwebb-se / matmod

Coursematerial for Matematisk modellering
Other
0 stars 4 forks source link

[python] Impossible test cases #38

Closed SpaceLenore closed 5 years ago

SpaceLenore commented 5 years ago

Impossible test cases in matmod/material/exercises02py/exercises02tests.py

the cumulative_binomial is expected to spit out 2 different values based on the same input variables. test_cumulative_binomial1 and test_cumulative_binomial2 both run f.cumulative_bin(150, 200, 0.75) but expect different values. That is impossible.

henrikfredriksson commented 5 years ago

The test files are updated

Thanks for pointing this out