slarse / Python

All Algorithms implemented in Python
MIT License
0 stars 0 forks source link

Add arithmetic analysis test suite #53

Closed larshum closed 5 years ago

larshum commented 5 years ago

Adds a test suite for the arithmetic_analysis directory. Also fixes usage of global scope in files in that folder.

Note that the newton_raphson_method file is broken and it requires too much effort to fix. The tests for that method are failing because of this.

larshum commented 5 years ago

Fixes #55

larshum commented 5 years ago

Tests are failing because of broken implementation (not our responsibility), so I'm merging now.