Skip to content
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

Add __init__ to hv.Output to not overwrite ParameterizedFunction signature #5799

Merged
merged 1 commit into from
Jul 12, 2023

Conversation

hoxbro
Copy link
Member

@hoxbro hoxbro commented Jul 10, 2023

Follow up to the problem seen in holoviz/param#785

Right below this class we do output.__init__.__signature__ = Store.output_settings._generate_signature(), which, before the PR overwrote param.ParameterizedFunction signature.

@codecov-commenter
Copy link

codecov-commenter commented Jul 10, 2023

Codecov Report

Merging #5799 (c01b0dd) into main (8e85674) will decrease coverage by 0.01%.
The diff coverage is 50.00%.

@@            Coverage Diff             @@
##             main    #5799      +/-   ##
==========================================
- Coverage   88.14%   88.14%   -0.01%     
==========================================
  Files         307      307              
  Lines       62863    62865       +2     
==========================================
+ Hits        55413    55414       +1     
- Misses       7450     7451       +1     
Flag Coverage Δ
ui-tests 22.41% <50.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
holoviews/util/__init__.py 73.97% <50.00%> (-0.09%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@hoxbro hoxbro added this to the 1.17.0 milestone Jul 10, 2023
@hoxbro hoxbro merged commit e2838c3 into main Jul 12, 2023
14 checks passed
@hoxbro hoxbro deleted the dont_overwrite_init branch July 12, 2023 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants