Skip to content

Commit bfbac4a

Browse files
committed
tc
1 parent 5bb8d57 commit bfbac4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/ax_multiobjective_nas_tutorial.py

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

43+
4344
######################################################################
4445
# Defining the TorchX App
4546
# -----------------------
@@ -51,7 +52,6 @@
5152
# job and creates a `TorchX AppDef <https://pytorch.org/torchx/latest/basics.html>`__
5253
# with the appropriate settings.
5354
#
54-
raise RuntimeError("nope")
5555

5656
from pathlib import Path
5757

0 commit comments

Comments
 (0)