Skip to content

Commit f87522e

Browse files
committed
Why should there be a ROOT_DIR.
1 parent efcd1c3 commit f87522e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ruspy/ruspy_config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
np.testing.assert_equal(sys.version_info[1] >= 5, True)
1010

1111
# We rely on relative paths throughout the package.
12-
ROOT_DIR = os.path.dirname(os.path.realpath(__file__))
13-
PACKAGE_DIR = ROOT_DIR
12+
PACKAGE_DIR = os.path.dirname(os.path.realpath(__file__))
1413
TEST_RESOURCES_DIR = PACKAGE_DIR + "/test/resources/"

0 commit comments

Comments
 (0)