Skip to content

Commit

Permalink
more informative error message
Browse files Browse the repository at this point in the history
  • Loading branch information
clami66 committed Aug 8, 2024
1 parent 1dc4afe commit 270dbba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/DockQ/DockQ.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
from .constants import *
except ImportError:
warnings.warn(
"""WARNING: It looks like cython is not working,
falling back on native python. This will make DockQ slower"""
"""Invoking DockQ as script rather than binary. This will slow down computations."""
)
from operations_nocy import residue_distances, get_fnat_stats
from parsers import PDBParser, MMCIFParser
Expand Down

0 comments on commit 270dbba

Please sign in to comment.