Skip to content

Commit 7492dac

Browse files
committed
fix image path
1 parent ce008e6 commit 7492dac

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

papers/tutorial/calibration/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Calibrate without a surrogate for `alpha=5, beta=5`: `python tut_calibration.py
4646
Calibrate with a surrogate for `alpha=5, beta=5`: `python tut_calibration.py -useNN --alpha 5 --beta 5`
4747

4848
<p align="center">
49-
<img src="/papers/tutorial/calibration/assets/True_opt_a_5.0_b_5.0_prop.png" width="225" height="187.5"/>
50-
<img src="/papers/tutorial/calibration/assets/Surr_opt_a_5.0_b_5.0_prop.png" width="225" height="187.5"/>
49+
<img src="/papers/tutorial/calibration/assets/True_opt_5.0_5.0_prop.png" width="225" height="187.5"/>
50+
<img src="/papers/tutorial/calibration/assets/Surr_opt_5.0_5.0_prop.png" width="225" height="187.5"/>
5151
</p>
5252

5353

@@ -56,8 +56,8 @@ Calibrate with a surrogate for `alpha=2, beta=5`: `python tut_calibration.py -us
5656

5757

5858
<p align="center">
59-
<img src="/papers/tutorial/calibration/assets/True_opt_a_2.0_b_5.0_prop.png" width="225" height="187.5"/>
60-
<img src="/papers/tutorial/calibration/assets/Surr_opt_a_2.0_b_5.0_prop.png" width="225" height="187.5"/>
59+
<img src="/papers/tutorial/calibration/assets/True_opt_2.0_5.0_prop.png" width="225" height="187.5"/>
60+
<img src="/papers/tutorial/calibration/assets/Surr_opt_2.0_5.0_prop.png" width="225" height="187.5"/>
6161
</p>
6262

6363
Clearly, the amount of missing physics vary depending on the observations.
@@ -72,8 +72,8 @@ Calibrate without a surrogate for `alpha=5, beta=5`: `python tut_calibration.py
7272
Calibrate with a surrogate for `alpha=5, beta=5`: `python tut_calibration.py -useNN -cal_err --alpha 5 --beta 5`
7373

7474
<p align="center">
75-
<img src="/papers/tutorial/calibration/assets/True_cal_a_5.0_b_5.0_prop.png" width="225" height="187.5"/>
76-
<img src="/papers/tutorial/calibration/assets/Surr_cal_a_5.0_b_5.0_prop.png" width="225" height="187.5"/>
75+
<img src="/papers/tutorial/calibration/assets/True_cal_5.0_5.0_prop.png" width="225" height="187.5"/>
76+
<img src="/papers/tutorial/calibration/assets/Surr_cal_5.0_5.0_prop.png" width="225" height="187.5"/>
7777
</p>
7878

7979

@@ -82,7 +82,7 @@ Calibrate with a surrogate for `alpha=2, beta=5`: `python tut_calibration.py -us
8282

8383

8484
<p align="center">
85-
<img src="/papers/tutorial/calibration/assets/True_cal_a_2.0_b_5.0_prop.png" width="225" height="187.5"/>
86-
<img src="/papers/tutorial/calibration/assets/Surr_cal_a_2.0_b_5.0_prop.png" width="225" height="187.5"/>
85+
<img src="/papers/tutorial/calibration/assets/True_cal_2.0_5.0_prop.png" width="225" height="187.5"/>
86+
<img src="/papers/tutorial/calibration/assets/Surr_cal_2.0_5.0_prop.png" width="225" height="187.5"/>
8787
</p>
8888

0 commit comments

Comments
 (0)