Skip to content
Snippets Groups Projects

Warning fixes in setup.py

Merged Markus Holzer requested to merge holzer/pystencils:Sympy_update into master
Compare and
2 files
+ 57
58
Preferences
Compare changes
Files
2
@@ -59,4 +59,4 @@ def test_timeloop():
timeloop.run_time_span(seconds=seconds)
end = time.perf_counter()
np.testing.assert_almost_equal(seconds, end - start, decimal=3)
np.testing.assert_almost_equal(seconds, end - start, decimal=2)