We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e33a415 + 5fdc14e commit 8a0a29eCopy full SHA for 8a0a29e
examples/test_rustbca.py
@@ -4,7 +4,7 @@
4
import sys
5
import os
6
#This should allow the script to find materials and formulas from anywhere
7
-sys.path.append(os.path.dirname(__file__)+'../scripts')
+sys.path.append(os.path.dirname(__file__)+'/../scripts')
8
sys.path.append('scripts')
9
from materials import *
10
from formulas import *
0 commit comments