Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
kwant
tkwantoperator
Commits
c32ffee0
Verified
Commit
c32ffee0
authored
May 18, 2020
by
Adel Kara Slimane
Browse files
Add tkwantoperator to path in test script
parent
b1804741
Pipeline
#35449
passed with stages
in 5 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tkwantoperator/tests/test_energy_operators.py
View file @
c32ffee0
...
...
@@ -7,6 +7,10 @@
# the file AUTHORS.rst at the top-level directory of this distribution and at
# http://kwant-project.org/authors.
import
sys
import
os
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'../tkwantoperator'
))
import
numpy
as
np
from
numpy.testing
import
assert_allclose
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment