Skip to content

Commit dfc0f34

Browse files
committedAug 19, 2016
removed intensity check, cause its buggy
1 parent 6b34712 commit dfc0f34

5 files changed

+2
-62
lines changed
 

‎src/chmtrainingdataset.kar

-14.6 KB
Binary file not shown.

‎test/copyfail.bats

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ load test_helper
2525
echo "0,images/001.png PNG 500x500 17387x17422+7934+7350 8-bit PseudoClass 256c 203kb\\nimages/002.png[1] PNG 500x500 17387x17422+10764+13750 8-bit PseudoClass 256c 200kb\\nlabels/001.png[2] PNG 500x500 500x500+0+0 8-bit PseudoClass 256c 3.09kb\\nlabels/002.png[3] PNG 500x500 500x500+0+0 8-bit PseudoClass 256c 3.34kb,," >> "$THE_TMP/bin/command.tasks"
2626

2727
echo "0,images/001.png PNG 500x500 17387x17422+7934+7350 8-bit PseudoClass 256c 203kb\\nimages/002.png[1] PNG 500x500 17387x17422+10764+13750 8-bit PseudoClass 256c 200kb\\nlabels/001.png[2] PNG 500x500 500x500+0+0 8-bit PseudoClass 256c 3.09kb\\nlabels/002.png[3] PNG 500x500 500x500+0+0 8-bit PseudoClass 256c 3.34kb,," >> "$THE_TMP/bin/command.tasks"
28-
echo "0,Image: labels/001.png\\n Format: PNG (Portable Network Graphics)\\n max: 1 (0.00392157)\\n Histogram:\\nImage: labels/002.png\\n Format: PNG (Portable Network Graphics)\\n max: 1 (0.00392157)\\n Histogram:\\n,," >> "$THE_TMP/bin/command.tasks"
2928

3029
echo "1,stdout,error," >> "$THE_TMP/bin/command.tasks"
3130

@@ -55,7 +54,8 @@ load test_helper
5554
run cat "$THE_TMP/$WORKFLOW_STATUS"
5655

5756
[ "$status" -eq 0 ]
58-
[ "${lines[3]}" == "phase=Copying data" ]
57+
cat "$THE_TMP/$WORKFLOW_STATUS"
58+
[ "${lines[3]}" == "phase=Examining data" ]
5959
[ "${lines[6]}" == "phase.list=Examining data,Copying data,Done" ]
6060

6161

‎test/maxintensityfail.bats

-58
This file was deleted.

‎test/successfulrun.bats

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ load test_helper
2626
echo "0,images/001.png PNG 500x500 17387x17422+7934+7350 8-bit PseudoClass 256c 203kb\\nimages/002.png[1] PNG 500x500 17387x17422+10764+13750 8-bit PseudoClass 256c 200kb\\nlabels/001.png[2] PNG 500x500 500x500+0+0 8-bit PseudoClass 256c 3.09kb\\nlabels/002.png[3] PNG 500x500 500x500+0+0 8-bit PseudoClass 256c 3.34kb,," >> "$THE_TMP/bin/command.tasks"
2727

2828
echo "0,images/001.png PNG 500x500 17387x17422+7934+7350 8-bit PseudoClass 256c 203kb\\nimages/002.png[1] PNG 500x500 17387x17422+10764+13750 8-bit PseudoClass 256c 200kb\\nlabels/001.png[2] PNG 500x500 500x500+0+0 8-bit PseudoClass 256c 3.09kb\\nlabels/002.png[3] PNG 500x500 500x500+0+0 8-bit PseudoClass 256c 3.34kb,," >> "$THE_TMP/bin/command.tasks"
29-
echo "0,Image: labels/001.png\\n Format: PNG (Portable Network Graphics)\\n max: 1 (0.00392157)\\n Histogram:\\nImage: labels/002.png\\n Format: PNG (Portable Network Graphics)\\n max: 1 (0.00392157)\\n Histogram:\\n,," >> "$THE_TMP/bin/command.tasks"
3029

3130

3231
# Run kepler.sh with no other arguments

‎test/successfulrunaltsize.bats

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ load test_helper
2626
echo "0,images/001.png PNG 250x250 17387x17422+7934+7350 8-bit PseudoClass 256c 203kb\\nimages/002.png[1] PNG 250x250 17387x17422+10764+13750 8-bit PseudoClass 256c 200kb\\nlabels/001.png[2] PNG 250x250 250x250+0+0 8-bit PseudoClass 256c 3.09kb\\nlabels/002.png[3] PNG 250x250 250x250+0+0 8-bit PseudoClass 256c 3.34kb,," >> "$THE_TMP/bin/command.tasks"
2727

2828
echo "0,images/001.png PNG 250x250 17387x17422+7934+7350 8-bit PseudoClass 256c 203kb\\nimages/002.png[1] PNG 250x250 17387x17422+10764+13750 8-bit PseudoClass 256c 200kb\\nlabels/001.png[2] PNG 250x250 250x250+0+0 8-bit PseudoClass 256c 3.09kb\\nlabels/002.png[3] PNG 250x250 250x250+0+0 8-bit PseudoClass 256c 3.34kb,," >> "$THE_TMP/bin/command.tasks"
29-
echo "0,Image: labels/001.png\\n Format: PNG (Portable Network Graphics)\\n max: 1 (0.00392157)\\n Histogram:\\nImage: labels/002.png\\n Format: PNG (Portable Network Graphics)\\n max: 1 (0.00392157)\\n Histogram:\\n,," >> "$THE_TMP/bin/command.tasks"
3029

3130

3231
# Run kepler.sh with no other arguments

0 commit comments

Comments
 (0)
Please sign in to comment.