Skip to content

Commit dde6f4e

Browse files
author
David Cock
committed
* Reduced number of samples for BIGMEM test
1 parent 99cb0a3 commit dde6f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ HIST_TEST_TARGETS= \
132132
./capacity $< 1e-3 > $@
133133

134134
%.sim: %.cm sample_error
135-
./sample_error $< 100 10 1e-3 1 0 1 > $@
135+
./sample_error $< 10 10 1e-3 1 0 1 > $@
136136

137137
%.hist_test: %.samples.xz test_hist
138138
xzcat $< | ./test_hist > $@

0 commit comments

Comments
 (0)