Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Javier Mauricio Duarte
inference
Commits
0e10ab75
Commit
0e10ab75
authored
Mar 04, 2022
by
Javier Duarte
Browse files
seuclidean norm
parent
46f3a8fe
Pipeline
#3655146
skipped with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dhi/plots/util.py
View file @
0e10ab75
...
...
@@ -287,7 +287,7 @@ def fill_hist_from_points(h, x_values, y_values, z_values, z_min=None, z_max=Non
elif
interpolation
==
"rbf"
:
# parse arguments in order
spec
=
[(
"function"
,
str
),
(
"smooth"
,
float
),
(
"epsilon"
,
float
)]
rbf_args
=
{}
rbf_args
=
{
"norm"
:
'seuclidean'
}
for
val
,
(
name
,
_type
)
in
zip
(
interp_args
,
spec
):
try
:
rbf_args
[
name
]
=
_type
(
val
)
...
...
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