Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hufasfuhfuhjshjushjuffsasf committed Jun 25, 2023
1 parent 08ac515 commit 5154c76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/build_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,6 @@ def build_datasets(station_id: str, join_AS_data_source: bool, join_NWP_data_sou
logging.info(
f'Number of examples (train/val/test): {len(X_train)}/{len(X_val)}/{len(X_test)}.')
filename = DATASETS_DIR + pipeline_id + ".pickle"
filename = "/mnt/e/atmoseer/data/ws/" + pipeline_id + ".pickle"
logging.info(f'Dumping train/val/test np arrays to pickle file {filename}.')
file = open(filename, 'wb')
ndarrays = (X_train, y_train,
Expand Down Expand Up @@ -523,7 +522,7 @@ def main(argv):

join_as_data_source = False
join_nwp_data_source = False
subsampling_procedure = None
subsampling_procedure = "NONE"

if datasources:
if 'R' in datasources:
Expand Down

0 comments on commit 5154c76

Please sign in to comment.