diff --git a/tests/notebook_testing.py b/tests/notebook_testing.py index 91bde637..4cdcaaaa 100644 --- a/tests/notebook_testing.py +++ b/tests/notebook_testing.py @@ -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: