Skip to content

Commit

Permalink
1541 calling of avail from stellaratorife does not take into account …
Browse files Browse the repository at this point in the history
…iavail (#3037)

* fix avail for IFE

* stellerator avail fix
  • Loading branch information
chris-ashe committed Apr 22, 2024
1 parent ccefc96 commit d26a5c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions process/ife.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ def run(self, output: bool):
self.costs.costs(output=True)

# Plant availability
# TODO: should availability.run be called
# rather than availability.avail?
self.availability.avail(output=True)

# IFE physics
Expand Down
4 changes: 1 addition & 3 deletions process/stellarator.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,7 @@ def run(self, output: bool):

if output:
self.costs.costs(output=True)
# TODO: should availability.run be called
# rather than availability.avail?
self.availability.avail(output=True)
self.availability.run(output=True)
ph.outplas(self.outfile)
self.stigma()
self.stheat(True)
Expand Down

0 comments on commit d26a5c0

Please sign in to comment.