-
Notifications
You must be signed in to change notification settings - Fork 17
Edit_join_disk issues #16
Copy link
Copy link
Open
Description
- Change "Cython not installed" to an Exception.
- Renamed temp_file_path to temp_dir
- Copied doc string to the .py file
- default n_jobs = -1
- keeping the output file_name in wrapper function only.
- Appending timestamp to the filename.
- Changed the name of output file name variable to include "default".
- Edited doc string to reflect desired changes.
- Changed default value of data_limit to 1 million.
- Changed variable data_limit to data_limit_per_core
- Changed from num_cpus to n_jobs for per core data limit computation.
- Added timestamps to temporary file names after being created in the wrapper itself.
- Exception to shutil caught and handled.
- Moved output_header code to wrapper function.
- change missing pairs behavior by creating filename in the wrapper itself.
- Exception to shutil caught and handled in missing pairs.
- Removed _progress_bar.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels