Skip to content
Snippets Groups Projects
Commit 950aa602 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Reduced the number of images generated in views 14 and 15.

Hopefully this speeds up the pipelines.
parent 7684b4f1
No related branches found
No related tags found
1 merge request!174Reduced the number of images generated in views 14 and 15.
......@@ -102,7 +102,7 @@ make_slice(){
rm "${FILE_TAG}_temp0.prim"
rm "${FILE_TAG}.prim"
}
for zzz in $(seq 150 50 2000) ;
for zzz in $(seq 100 200 2000) ;
do
make_slice ${zzz}
done
......
......@@ -104,7 +104,7 @@ make_slice(){
rm "${FILE_TAG}.prim"
}
for zzz in $(seq 150 50 2000) ;
for zzz in $(seq 100 200 2000) ;
do
make_slice ${zzz}
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment