Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Fix path typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CunliangGeng committed Jan 19, 2021
1 parent e54cfa1 commit 96d28b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeprank/generate/DataGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ def precompute_grid(self,

def map_features(self, grid_info={},
cuda=False, gpu_block=None,
cuda_kernel='/kernel_map.c',
cuda_kernel='kernel_map.c',
cuda_func_name='gaussian',
try_sparse=True,
reset=False, use_tmpdir=False,
Expand Down

0 comments on commit 96d28b6

Please sign in to comment.