We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2beb044 commit 93eaa18Copy full SHA for 93eaa18
ajet/utils/testing_utils.py
@@ -54,7 +54,7 @@ def _test_if_test_mode(key, value, config):
54
return
55
if config.ajet.execute_test == "do_not_test":
56
57
- init_parallel_rollout_logger(config.ajet.experiment_name)
+ init_parallel_rollout_logger(config.ajet.experiment_dir)
58
test_lambda = get_test_lambda(config.ajet.execute_testing_lambda)
59
if key not in test_lambda.probe_list:
60
0 commit comments