Skip to content

Commit

Permalink
Merge pull request #90 from e10harvey/issue51
Browse files Browse the repository at this point in the history
Fix example solar field
  • Loading branch information
e10harvey authored Apr 24, 2024
2 parents 5e9bd30 + 176fd62 commit cb27126
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/solarfield/example_SolarFieldOutput.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def setup_class(
# actually a code error).
#

super(ExampleSolarFieldOutput, self).setup_class(
super(ExampleSolarFieldOutput, self).setUpClass(
source_file_body=source_file_body,
figure_prefix_root=figure_prefix_root,
interactive=interactive,
Expand Down Expand Up @@ -912,7 +912,6 @@ def example_driver():
# Cleanup.
if interactive:
input("Press Enter...")
example_object.teardown_method()


# MAIN EXECUTION
Expand Down

0 comments on commit cb27126

Please sign in to comment.