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.
1 parent 3fd3c8e commit b03e472Copy full SHA for b03e472
pydeeptools/deeptools/test/test_tools.py
@@ -5,7 +5,7 @@
5
except ModuleNotFoundError:
6
import tomli as tomllib
7
8
-TOMLFILE = os.path.dirname(os.path.abspath(__file__)) + "/../../pyproject.toml"
+TOMLFILE = os.path.dirname(os.path.abspath(__file__)) + "/../../../pyproject.toml"
9
10
11
def test_tools():
0 commit comments