Skip to content

Commit

Permalink
Fixing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
NewtonSander committed Aug 4, 2023
1 parent e14500b commit a9e4f94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/plot_scenarios.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

def plot_scenario(chosen_scenario):
print(f"Simulating scenario: {chosen_scenario.__class__.__name__}")
scenario = chosen_scenario
scenario = chosen_scenario()
scenario.center_frequency = 5e5
scenario.make_grid()
scenario.compile_problem()
Expand Down

0 comments on commit a9e4f94

Please sign in to comment.