Skip to content

Commit

Permalink
Merge branch 'omc-tokamak-out' of github.com:JADE-V-V/JADE into omc-t…
Browse files Browse the repository at this point in the history
…okamak-out
  • Loading branch information
sbradnam committed Nov 5, 2024
2 parents 68aba66 + 66f97fb commit 3a8a4f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jade/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,9 @@ def _get_output_files(self, results_path: str | os.PathLike) -> tuple:

return file1, file2

def parse_output_data(self, results_path):
def parse_output_data(
self, results_path: str | os.PathLike
) -> tuple[OpenMCSimOutput, list, list]:
_, sfile = self._get_output_files(results_path)
sim_output = OpenMCSimOutput(sfile)
tally_numbers = sim_output.output.tally_numbers
Expand Down

0 comments on commit 3a8a4f9

Please sign in to comment.