Closed hagenw closed 5 years ago
In #33 one test on travis failed due to shortage of RAM. This fixes it by reducing the amount of RAM needed by around 3GB.
Factor 10 smaller max_length and max_feature in test/test_sampler.py
max_length
max_feature
test/test_sampler.py
Yes, still ok. At some point the test should be refactored.
Summary
In #33 one test on travis failed due to shortage of RAM. This fixes it by reducing the amount of RAM needed by around 3GB.
Proposed Changes
Factor 10 smaller
max_length
andmax_feature
intest/test_sampler.py
Discussion