We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df9a1f6 commit 431a6f2Copy full SHA for 431a6f2
tests/lrmatrix.mk
@@ -90,7 +90,7 @@ tests/test-lrmatrix-recover2: lrmatrix noise nrmse ones resize transpose fmac th
90
$(TOOLDIR)/threshold -B 0.5 p2.ra p3.ra ;\
91
$(TOOLDIR)/fmac m2.ra p3.ra u2.ra ;\
92
$(TOOLDIR)/lrmatrix -p100. -l5 -o y.ra u2.ra x.ra ;\
93
- $(TOOLDIR)/nrmse -t 0.007 m2.ra y.ra ;\
+ $(TOOLDIR)/nrmse -t 0.0075 m2.ra y.ra ;\
94
rm *.ra ; cd .. ; rmdir $(TESTS_TMP)
95
touch $@
96
0 commit comments