Skip to content

Commit

Permalink
fix Example build machine issue
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcapodi78 authored and maxcapodi78 committed Aug 7, 2023
1 parent c672691 commit 2447eb6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/07-EMIT/ComputeInterferenceType.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ def create_legend_table():
width = 600
)
fig.show()
if os.getenv("PYAEDT_DOC_GENERATION", "False") != "1":
# Create a scenario view for all the interference types
create_scenario_view(power_matrix, all_colors, tx_radios, rx_radios)

# Create a scenario view for all the interference types
create_scenario_view(power_matrix, all_colors, tx_radios, rx_radios)

# Create a legend for the interference types
create_legend_table()
# Create a legend for the interference types
create_legend_table()

0 comments on commit 2447eb6

Please sign in to comment.