Skip to content

Commit 7714f53

Browse files
committed
make_thesis_plots: fix outdirs
1 parent 44f8435 commit 7714f53

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

make_thesis_plots.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ python -m ccsgp_get_started.examples.gp_rdiff --diffRel LatestPatrickJieYi
99
python -m ccsgp_get_started.examples.gp_rdiff --divdNdy LatestPatrickJieYi
1010
python -m ccsgp_get_started.examples.gp_ptspec
1111
open \
12-
data/examples/gp_rapp/output/rapp_overview_panel.pdf \
13-
data/examples/gp_stack/output/stackLatestPatrickJieYiInclMed.pdf \
14-
data/examples/gp_panel/output/panelLatestPatrickJieYi.pdf \
15-
data/examples/gp_rdiff/output/diffAbsLatestPatrickJieYiNoXErr.pdf \
16-
data/examples/gp_rdiff/output/diffRelLatestPatrickJieYiNoXErr.pdf \
17-
data/examples/gp_rdiff/output/enhanceLatestPatrickJieYi.pdf \
18-
data/examples/gp_rdiff/output/excessLatestPatrickJieYiDivdNdy.pdf \
19-
data/examples/gp_ptspec/output/ptspec.pdf
12+
output/examples/gp_rapp/rapp_overview_panel.pdf \
13+
output/examples/gp_stack/stackLatestPatrickJieYiInclMed.pdf \
14+
output/examples/gp_panel/panelLatestPatrickJieYi.pdf \
15+
output/examples/gp_rdiff/diffAbsLatestPatrickJieYiNoXErr.pdf \
16+
output/examples/gp_rdiff/diffRelLatestPatrickJieYiNoXErr.pdf \
17+
output/examples/gp_rdiff/enhanceLatestPatrickJieYi.pdf \
18+
output/examples/gp_rdiff/excessLatestPatrickJieYiDivdNdy.pdf \
19+
output/examples/gp_ptspec/ptspec.pdf

0 commit comments

Comments
 (0)