gpu-bdb icon indicating copy to clipboard operation
gpu-bdb copied to clipboard

Redundant Variable in Script gpu_bdb_load_test.py

Open K-Wu opened this issue 3 years ago • 1 comments

In input conversion script gpu-bdb/gpu_bdb/queries/load_test/gpu_bdb_load_test.py, there is an unused variable scale at line 26. Besides, it makes assumption about the data_dir pattern and may fail when it is not met.

https://github.com/rapidsai/gpu-bdb/blob/main/gpu_bdb/queries/load_test/gpu_bdb_load_test.py#L26

K-Wu avatar May 08 '21 05:05 K-Wu

Thanks for the report @K-Wu ! This may be a leftover from an earlier version. We'll investigate.

beckernick avatar May 14 '21 13:05 beckernick