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

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoRenaud committed Mar 31, 2020
1 parent 31a6110 commit 7504da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def test_6_align_interface(self):
align={"plane":'xy', "selection":'interface'},
data_augmentation=1,
compute_targets=['deeprank.targets.dockQ'],
compute_features=['deeprank.features.AtomicFeature],
compute_features=['deeprank.features.AtomicFeature'],
hdf5='./1ak4_aligned_interface.hdf5')

# create the database
Expand Down

0 comments on commit 7504da7

Please sign in to comment.