Skip to content

Commit

Permalink
fixing promoted variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Mar 26, 2021
1 parent 0f462f6 commit 26822dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/14_overridden_values/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# Construct a dict with values to overwrite
overridden_values = {}
overridden_values["wt_class.V_mean_overwrite"] = 11.5
overridden_values["rotorse.wt_class.V_mean_overwrite"] = 11.5

# Run the modified simulation with the overwritten values
wt_opt, modeling_options, opt_options = run_wisdem(
Expand Down

0 comments on commit 26822dd

Please sign in to comment.