Skip to content

Commit

Permalink
test m6
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinAchondo committed May 31, 2024
1 parent c438b3b commit 7b94e1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions xppbe/Scripts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ from xppbe import Simulation
yaml_path = os.path.abspath(sys.argv[1])
results_path = '$results_path'
results_path = '${results_path%/results}'
print(results_path)
plot_pbj = '--pbj' in sys.argv
plot_mesh = '--mesh' in sys.argv
Expand Down
1 change: 0 additions & 1 deletion xppbe/Simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ def get_simulation_paths(self,yaml_path, molecule_path=None, results_path=None):

if __name__=='__main__':

os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'
yaml_path = os.path.abspath(sys.argv[1])

results_path = os.path.dirname(__file__)
Expand Down

0 comments on commit 7b94e1c

Please sign in to comment.