Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Sep 15, 2023
1 parent f619d23 commit e9f5064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molSimplify/Informatics/MOF/MOF_descriptors.py
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@ def get_MOF_descriptors(data, depth, path=False, xyzpath=False, graph_provided=F
return full_names, full_descriptors
if (len(full_names) <= 1) and (len(full_descriptors) <= 1):
print(f'full_names is {full_names} and full_descriptors is {full_descriptors}')
failure_str = f'Failed to featurize {name}: Only zero or one total linkers identified.\n'
failure_str = f'Failed to featurize {name}: Only zero or one total linkers identified.\n'

Check warning on line 1196 in molSimplify/Informatics/MOF/MOF_descriptors.py

View check run for this annotation

Codecov / codecov/patch

molSimplify/Informatics/MOF/MOF_descriptors.py#L1196

Added line #L1196 was not covered by tests
full_names, full_descriptors = failure_response(path, failure_str)
return full_names, full_descriptors

Expand Down

0 comments on commit e9f5064

Please sign in to comment.