Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
luponzo86 committed Mar 30, 2019
1 parent 1042591 commit 1f7b516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rhapsody/rhapsody.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def calcAuxPredictions(self, aux_clsf, force_env=None):
# import feature subset
clsf_dict = pickle.load(open(aux_clsf, 'rb'))
LOGGER.info('Auxiliary Random Forest classifier imported.')
feat_subset = tuple(clsf_dict['features'])
feat_subset = clsf_dict['features']
if force_env is not None:
# force a given ENM environment model
for i, f in enumerate(feat_subset):
Expand Down

0 comments on commit 1f7b516

Please sign in to comment.