Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Scheffler
arosics
Commits
1ce71b00
Commit
1ce71b00
authored
Apr 16, 2021
by
Daniel Scheffler
Browse files
Fixed inaccurate type hint.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
d6502bc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
arosics/CoReg.py
View file @
1ce71b00
...
...
@@ -154,7 +154,7 @@ class COREG(object):
out_crea_options
:
list
=
None
,
r_b4match
:
int
=
1
,
s_b4match
:
int
=
1
,
wp
:
Tuple
[
int
,
in
t
]
=
(
None
,
None
),
wp
:
Tuple
[
float
,
floa
t
]
=
(
None
,
None
),
ws
:
Tuple
[
int
,
int
]
=
(
256
,
256
),
max_iter
:
int
=
5
,
max_shift
:
int
=
5
,
...
...
Write
Preview
Supports
Markdown
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