Skip to content

Commit

Permalink
removed path till openmc pr is reviewed
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Nov 22, 2023
1 parent 89a076b commit c4acab3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,9 @@

# this runs the depletion calculations for the timesteps
# this does the neutron activation simulations and produces a depletion_results.h5 file
integrator.integrate(path=statepoints_folder / "neutrons" / "depletion_results.h5")
integrator.integrate()
# TODO add output dir to integrate command so we don't have to move the file like this
# integrator.integrate(path=statepoints_folder / "neutrons" / "depletion_results.h5")
# PR on openmc is open
import os
os.system(f'mv depletion_results.h5 {statepoints_folder / "neutrons" / "depletion_results.h5"}')
Expand Down

0 comments on commit c4acab3

Please sign in to comment.