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
a26d65e1
Commit
a26d65e1
authored
Nov 29, 2021
by
Martino Bertoni
🌋
Browse files
fix init of shared variables
parent
06618a6d
Pipeline
#2576
failed with stages
in 8 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
package/chemicalchecker/core/sign4.py
View file @
a26d65e1
...
...
@@ -58,6 +58,8 @@ class sign4(BaseSignature, DataSignature):
default_sign0_conf
=
{}
default_sign0_conf
.
update
(
params
.
get
(
'sign0_conf'
,
{}))
self
.
params
[
'sign0_conf'
]
=
default_sign0_conf
self
.
_sign0_V
=
None
self
.
_sign3_V
=
None
@
property
...
...
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