PSLmodels / Cost-of-Capital-Calculator

A cost of capital and effective tax rate calculator
https://ccc.pslmodels.org
Other
17 stars 33 forks source link

Fix error in test of bubble plot widget #378

Closed jdebacker closed 1 year ago

jdebacker commented 1 year ago

CI tests for PR #377 are showing a test failure relating to a test of the Calculator.bubble_widget method:

=========================== short test summary info ============================
FAILED ccc/tests/test_calculator.py::test_bubble_widget - UserWarning: found multiple competing values for 'toolbar.active_drag' property; using the latest value
===== 1 failed, 147 passed, 2 deselected, 35 warnings in 410.43s (0:06:50) =====

This PR attempts to fix that test failure.