Skip to content
/ bart Public

Commit 431a6f2

Browse files
committed
relax for mac
1 parent df9a1f6 commit 431a6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lrmatrix.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ tests/test-lrmatrix-recover2: lrmatrix noise nrmse ones resize transpose fmac th
9090
$(TOOLDIR)/threshold -B 0.5 p2.ra p3.ra ;\
9191
$(TOOLDIR)/fmac m2.ra p3.ra u2.ra ;\
9292
$(TOOLDIR)/lrmatrix -p100. -l5 -o y.ra u2.ra x.ra ;\
93-
$(TOOLDIR)/nrmse -t 0.007 m2.ra y.ra ;\
93+
$(TOOLDIR)/nrmse -t 0.0075 m2.ra y.ra ;\
9494
rm *.ra ; cd .. ; rmdir $(TESTS_TMP)
9595
touch $@
9696

0 commit comments

Comments
 (0)