Skip to content

Commit

Permalink
decoupling lold and positive****
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Nov 8, 2024
1 parent 16095a4 commit 95b2b1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/end_to_end/utils_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ def read_outputs(output_path, use_archive=True, lold=False, positive_unsupplied_

if lold:
out.lold = read_file(get_filepath(output_path, "lp", "LOLD.txt"))
if positive_unsupplied_energy:
out.positive_unsupplied_energy = read_file(
get_filepath(output_path, "lp", "PositiveUnsuppliedEnergy.txt"))
if positive_unsupplied_energy:
out.positive_unsupplied_energy = read_file(
get_filepath(output_path, "lp", "PositiveUnsuppliedEnergy.txt"))

return out

0 comments on commit 95b2b1e

Please sign in to comment.