Skip to content

Commit

Permalink
Removing debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-braf committed May 22, 2024
1 parent 3535964 commit 595c73a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_optuna_run_config_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ def test_create_objective_based_run_config(self):
self.assertEqual(model_config.to_dict()["name"], self._test_config_dict["name"])

# These values are the result of using a fixed seed of 100
foo = model_config.to_dict()
self.assertEqual(model_config.to_dict()["maxBatchSize"], 16)
self.assertEqual(model_config.to_dict()["instanceGroup"][0]["count"], 2)
self.assertEqual(
Expand Down

0 comments on commit 595c73a

Please sign in to comment.