Skip to content

Commit

Permalink
debug inside the container on codespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarsh2001 committed Aug 10, 2023
1 parent e1816bb commit 3614b0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/notebook_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,7 @@ def test_notebook(nb):
# kc.execute("ivy.set_backend('jax')")
# kc.execute("ivy.unset_backend()")
# TODO
print(os.listdir(os.getcwd()))
kc.execute("import os;os.environ['IVY_ROOT']='./.ivy'")
kc.execute("import os;os.environ['IVY_ROOT']='.ivy'")

while True:
try:
Expand Down

0 comments on commit 3614b0e

Please sign in to comment.