Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinAchondo authored Jun 20, 2024
1 parent 912fe54 commit 7c89e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xppbe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def RunSimulation(yaml_path,results_path,molecule_dir,plot_mesh,known_method=Non
sim.create_simulation()
sim.adapt_model()
sim.solve_model()
sim.postprocessing(plot_all=True, mesh=plot_mesh, known_method=known_method)
sim.postprocessing(run_all=True, mesh=plot_mesh, known_method=known_method)

def Allrun(sims_path, results_path, molecule_dir, plot_mesh=False, known_method=None):
sims_path = os.path.abspath(sims_path)
Expand Down

0 comments on commit 7c89e91

Please sign in to comment.