Skip to content

Commit

Permalink
[Minor] no need to manually adopt flag
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony0727 committed May 20, 2022
1 parent 488921a commit 43a8af8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/sensitivity_analysis/action_sensitivity_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
from compiler_gym.util.logs import create_logging_dir
from compiler_gym.util.timer import Timer

flags.adopt_module_key_flags(nproc)
flags.DEFINE_integer(
"num_action_sensitivity_trials",
100,
Expand All @@ -72,7 +71,6 @@
"max_action_attempts_multiplier * num_trials.",
)


FLAGS = flags.FLAGS


Expand Down

0 comments on commit 43a8af8

Please sign in to comment.