Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Packages
chemical_checker
Commits
a3399611
Commit
a3399611
authored
Nov 29, 2021
by
Martino Bertoni
🌋
Browse files
bugfix, variables not initialized
parent
dea88697
Pipeline
#2578
failed with stages
in 9 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
package/chemicalchecker/core/sign4.py
View file @
a3399611
...
...
@@ -194,11 +194,11 @@ class sign4(BaseSignature, DataSignature):
if
sign0
.
molset
!=
"full"
:
self
.
__log
.
debug
(
"Fit will be done using full sign0"
)
sign0
=
sign0
.
get_molset
(
"full"
)
self
.
sign0
=
sign0
self
.
sign0
=
sign0
if
sign3
.
molset
!=
"full"
:
self
.
__log
.
debug
(
"Fit will be done using full sign3"
)
sign3
=
sign3
.
get_molset
(
"full"
)
self
.
sign3
=
sign3
self
.
sign3
=
sign3
# check if performance evaluations need to be done
if
not
only_confidence
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment