Closed
Description
I just ran the tests on my machine and got the following printout:
Ran 247 tests in 73.629s
I checked and if I run only this test in test_cartesian.py I get:
$ nosetests quantecon/tests/test_cartesian.py:test_performance_C
.
----------------------------------------------------------------------
Ran 1 test in 23.669s
Similar timings for the test_performance_F
function:
$ nosetests quantecon/tests/test_cartesian.py:test_performance_F
.
----------------------------------------------------------------------
Ran 1 test in 24.902s
These two tests account for about 2/3 of the total testing time. Is there a way we can not run these tests by default, or at least have their run time not take so long?
We could probably still update the travis script to make sure they are checked by travis.
@albop any ideas?
Metadata
Metadata
Assignees
Labels
No labels