This commit is contained in:
2020-12-18 16:02:33 -03:00
parent dc2ca4dcde
commit ffdf3172af
2 changed files with 6 additions and 6 deletions

View File

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