Skip to content

Commit

Permalink
resolved import issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarsh2001 committed Aug 9, 2023
1 parent 3b4dc98 commit f395b5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/notebook_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def test_notebook(nb):
# kc.execute("ivy.set_backend('jax')")
# kc.execute("ivy.unset_backend()")
# TODO
# kc.execute("import os;os.environ['IVY_ROOT']='ivy-demos/.ivy'")
kc.execute("import os;os.environ['IVY_ROOT']='.ivy'")

while True:
try:
Expand Down
2 changes: 2 additions & 0 deletions tests/test_demos.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

export PYTHONPATH=$PYTHONPATH:'/ivy/ivy'

cd demos

mkdir .ivy
Expand Down

0 comments on commit f395b5e

Please sign in to comment.