-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'Parameter name clashes for keys' in Detail View #118
Comments
Seems like a bug in HoloViews, seems like that utility needs to be updated to inspect the function wrapped by the |
PR would be welcome as I'm pushing hard on getting various features done. |
OK, thanks. I will look into it. If you have any directions to arrive quicker to tackle the problem, feel free to be the boss. |
Just FYI, I've already handled the "Parameter name clashes" issue separately in holoviz/holoviews#4119. |
Nice, thanks. I'll clone it and check on my side. |
Yes, I checked out Hv
Will look if I can spot it. |
@philippjfr I applied a very naive patch to that, it is here: https://github.com/chbrandt/holoviews/commit/739802c991684ce93978774436e3312f505a7de3 . I could not follow where |
I've seen that same error elsewhere, too, though don't remember the exact context. |
Fixed in holoviz/holoviews#4259 |
This is strange @philippjfr ... still,
is comming out. I'm at the latest:
My env has it installed:
|
That's odd indeed. I'll look into it. |
Should be fixed in holoviz/holoviews#4275 |
Yep! Awesome. |
The Query Filter mechanism -- available under the Flags Filter -- allows the user to subsample datapoints through a "free" query expression over metrics columns.
When I test the Query filter with the
Skyplot View
active, things seem to work fine; I can "Run the query", then "clear" it, and notice some reaction on the Skyplot. If I then change the view toDetail View
a log message (is written to the terminal):Below I will put a series of screenshot of this procedure to make it as clear as possible. But before, I would like to add that if the Query Filter is run while the
Detail View
is active, the dashboard crashes with the same message (Parameter name clashes for keys {'height', 'width', 'scale'}
) at the end. I will put the respective error stack at the end, after the screenshots.Example of workflow to reproduce the "unexpected message in the terminal":
(Load data and) chose a metric (
psfTraceSdssDiff_percent
for instance) to visualizeRun Query Filter
Clear it
Change to
Skyplot View
(all seems ok, notice that datapoints are not subsampled anymore -- we cleared the query/filter)Message in the terminal
Error stack
If we do the steps above looking at
Detail View
active instead ofSkyplot View
we will see the following (crash):@philippjfr I saw something similar here holoviz/holoviews#3831. Any ideas of how I could work around this (or whether I'm doing something wrong)?
The text was updated successfully, but these errors were encountered: