]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/test/test_scores_to_dec
cleanup of analyze_vals added analyze_scores
[biopieces.git] / bp_test / test / test_scores_to_dec
index d4e7076a992d7b40a6b5b76bdbebddb36612a8cd..61c570925c960531a3e4b24eb994deff0d49ef25 100755 (executable)
@@ -5,11 +5,3 @@ source "$BP_DIR/bp_test/lib/test.sh"
 run "$bp -I $in -O $tmp"
 assert_no_diff $tmp $out.1
 clean
-
-run "$bp -I $in -b 33 -O $tmp"
-assert_no_diff $tmp $out.2
-clean
-
-run "$bp -I $in -b 59 -O $tmp"
-assert_no_diff $tmp $out.3
-clean