Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
openstructure
Commits
ef01f4ea
Unverified
Commit
ef01f4ea
authored
1 year ago
by
Xavier Robin
Browse files
Options
Downloads
Patches
Plain Diff
fix: qsscoring.QSscoreError no longer raised
parent
e9974d17
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/test_docker.py
+2
-2
2 additions, 2 deletions
docker/test_docker.py
with
2 additions
and
2 deletions
docker/test_docker.py
+
2
−
2
View file @
ef01f4ea
...
...
@@ -23,9 +23,9 @@ try:
ost
.
LogScript
(
'
lDDT:
'
,
str
(
scorer
.
lddt
))
ost
.
LogScript
(
'
QSscore:
'
,
str
(
scorer
.
qs_global
))
ost
.
LogScript
(
'
Chain mapping used:
'
,
str
(
scorer
.
mapping
.
GetFlatMapping
()))
except
qsscoring
.
QSscoreError
as
ex
:
except
Exception
as
ex
:
# default handling: report failure and set score to 0
ost
.
LogError
(
'
QSscore
failed:
'
,
str
(
ex
))
ost
.
LogError
(
'
Scoring
failed:
'
,
str
(
ex
))
qs_score
=
0
print
(
"
OST is not working properly!
"
)
else
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment