Skip to content

Commit 5e5ceb4

Browse files
committed
tc
1 parent 2f4e5c3 commit 5e5ceb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

intermediate_source/ax_multiobjective_nas_tutorial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
- `BoTorch <https://github.com/pytorch/botorch>`__ (the Bayesian Optimization library powering Ax's algorithms)
4141
"""
4242

43-
4443
######################################################################
4544
# Defining the TorchX App
4645
# -----------------------
@@ -52,6 +51,7 @@
5251
# job and creates a `TorchX AppDef <https://pytorch.org/torchx/latest/basics.html>`__
5352
# with the appropriate settings.
5453
#
54+
raise RuntimeError("nope")
5555

5656
from pathlib import Path
5757

@@ -245,7 +245,7 @@ def _get_event_multiplexer_for_trial(self, trial):
245245
mul = event_multiplexer.EventMultiplexer(max_reload_threads=20)
246246
mul.AddRunsFromDirectory(Path(log_dir).joinpath(str(trial.index)).as_posix(), None)
247247
mul.Reload()
248-
248+
249249
return mul
250250

251251
# This indicates whether the metric is queryable while the trial is

0 commit comments

Comments
 (0)