Skip to content

Commit

Permalink
set DEFAULT_PATH to cwd
Browse files Browse the repository at this point in the history
Signed-off-by: kta-intel <[email protected]>
  • Loading branch information
kta-intel committed Nov 18, 2024
1 parent bd03eac commit 326069d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfl-workspace/xgb_higgs/src/setup_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
FILENAME = "HIGGS.csv.gz"
CSV_FILENAME = "HIGGS.csv"
CSV_SHA384 = 'b8b82e11a78b81601381420878ad42ba557291f394a88dc5293e4077c8363c87429639b120e299a2a9939c1f943b6a63'
DEFAULT_PATH = path.join(path.expanduser('~'), '.openfl', 'data')
DEFAULT_PATH = path.join(os.getcwd(), 'data')

pbar = tqdm(total=None)

Expand Down

0 comments on commit 326069d

Please sign in to comment.