-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
20 additions
and
217 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
|
||
import os | ||
|
||
import figure5 | ||
import figures.figure4_fit | ||
|
||
inputs_and_outputs = tuple( | ||
( | ||
os.path.join('out', 'all_scaled_upper_sat_limits_{}'.format(penalty)), | ||
os.path.join('figure5', 'saturation penalized', 'penalty_{}'.format(penalty)) | ||
os.path.join('figure4', 'saturation penalized', 'penalty_{}'.format(penalty)) | ||
) | ||
for penalty in ('1e-1', '1e0', '1e1', '1e2') | ||
) | ||
|
||
for input_and_output in inputs_and_outputs: | ||
figure5.main(*input_and_output) | ||
figures.figure4_fit.main(*input_and_output) | ||
print '' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters