This commit is contained in:
2021-02-09 10:35:48 -03:00
parent ffdf3172af
commit 75bef06ac0
8 changed files with 63 additions and 10 deletions

View File

@ -43,7 +43,7 @@ def plot_parameters(dat, deparameterize=False, ref=None):
plt.ion()
inputfile_path = 'results/aorta_leo/input.yaml'
inputfile_path = 'results/aorta/input.yaml'
with open(inputfile_path) as file:
inputfile = yaml.full_load(file)