Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
athena
Manage
Activity
Members
Labels
Plan
Issues
38
Issue boards
Milestones
Wiki
Code
Merge requests
34
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
detectors
athena
Commits
950aa602
Commit
950aa602
authored
3 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
Reduced the number of images generated in views 14 and 15.
Hopefully this speeds up the pipelines.
parent
7684b4f1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!174
Reduced the number of images generated in views 14 and 15.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/view14/generate_eps
+1
-1
1 addition, 1 deletion
scripts/view14/generate_eps
scripts/view15/generate_eps
+1
-1
1 addition, 1 deletion
scripts/view15/generate_eps
with
2 additions
and
2 deletions
scripts/view14/generate_eps
+
1
−
1
View file @
950aa602
...
...
@@ -102,7 +102,7 @@ make_slice(){
rm
"
${
FILE_TAG
}
_temp0.prim"
rm
"
${
FILE_TAG
}
.prim"
}
for
zzz
in
$(
seq
1
5
0
5
0 2000
)
;
for
zzz
in
$(
seq
1
0
0
20
0 2000
)
;
do
make_slice
${
zzz
}
done
...
...
This diff is collapsed.
Click to expand it.
scripts/view15/generate_eps
+
1
−
1
View file @
950aa602
...
...
@@ -104,7 +104,7 @@ make_slice(){
rm
"
${
FILE_TAG
}
.prim"
}
for
zzz
in
$(
seq
1
5
0
5
0 2000
)
;
for
zzz
in
$(
seq
1
0
0
20
0 2000
)
;
do
make_slice
${
zzz
}
done
...
...
This diff is collapsed.
Click to expand it.
Wouter Deconinck
@wdconinc
·
3 years ago
Owner
FYI
!170 (merged)
FYI !170
Wouter Deconinck
@wdconinc
mentioned in commit
d298de96
·
3 years ago
mentioned in commit
d298de96
mentioned in commit d298de9619bf7a1fe319fc76235dd0753a4e3e96
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment