Skip to content

Commit

Permalink
FIX bug format function name to snake_case
Browse files Browse the repository at this point in the history
  • Loading branch information
brenting committed Mar 5, 2023
1 parent cd1db49 commit f54fd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/visualizeOutputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import os
from fixed_paths import PUBLIC_REPO_DIR

def constructStackedBarChart(global_states, wandb,
def construct_stacked_bar_chart(global_states, wandb,
num_discrete_actions = 10,
field = "mitigation_rate_all_regions"):

Expand Down

0 comments on commit f54fd4d

Please sign in to comment.