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 efcd1c3 commit f87522eCopy full SHA for f87522e
ruspy/ruspy_config.py
@@ -9,6 +9,5 @@
9
np.testing.assert_equal(sys.version_info[1] >= 5, True)
10
11
# We rely on relative paths throughout the package.
12
-ROOT_DIR = os.path.dirname(os.path.realpath(__file__))
13
-PACKAGE_DIR = ROOT_DIR
+PACKAGE_DIR = os.path.dirname(os.path.realpath(__file__))
14
TEST_RESOURCES_DIR = PACKAGE_DIR + "/test/resources/"
0 commit comments