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

Commit

Permalink
Merge 14b03c6 into 295b440
Browse files Browse the repository at this point in the history
  • Loading branch information
manonreau committed Jun 29, 2021
2 parents 295b440 + 14b03c6 commit 18978bf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions deeprank/learn/DataSet.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,10 @@ def process_dataset(self):

# get the pairing
self.get_pairing_feature()

# get grid shape
self.get_grid_shape()

if self.grid_shape is None:
# get grid shape
self.get_grid_shape()

# get the input shape
self.get_input_shape()
Expand Down

0 comments on commit 18978bf

Please sign in to comment.