We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb4854 commit cb96c3eCopy full SHA for cb96c3e
data/tpch_loader.py
@@ -420,10 +420,10 @@ def make_release_policy(
420
# TODO: make configurable
421
TPCH_SUBDIR = "100g/"
422
DECIMA_TPCH_DIR = (
423
- "/home/dgarg39/erdos-scheduling-simulator/profiles/workload/tpch/decima/"
+ Path(__file__).resolve().parent / ".." / "profiles/workload/tpch/decima/"
424
)
425
CLOUDLAB_TPCH_DIR = (
426
- "/home/dgarg39/erdos-scheduling-simulator/profiles/workload/tpch/cloudlab/"
+ Path(__file__).resolve().parent / ".." / "profiles/workload/tpch/cloudlab/"
427
428
429
0 commit comments