Skip to content

Commit c82a482

Browse files
committed
No longer need to ignore warning; update changelog
1 parent 64f65f9 commit c82a482

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3535

3636
* Added module support for `session.clientdata` methods. This allows you to access client data values in Shiny modules without needing to namespace the keys explicitly. (#1978)
3737

38+
* Fixed false positive warning in `layout_columns()` about number of widths vs elements. (#1704)
39+
3840
### Bug fixes
3941

4042
* Fixed an issue with `ui.Chat()` sometimes wanting to scroll a parent element. (#1996)

tests/playwright/examples/example_apps.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ def get_apps(path: str) -> typing.List[str]:
9191
"FutureWarning: use_inf_as_na option is deprecated",
9292
"pd.option_context('mode.use_inf_as_na", # continutation of line above,
9393
"RuntimeWarning: invalid value encountered in dot", # some groups didn't have enough data points to create a meaningful line
94-
"UserWarning: More column widths than children at breakpoint",
95-
"warn(", # Airmass example has this warning without any message
9694
]
9795
app_allow_js_errors: typing.Dict[str, typing.List[str]] = {
9896
"examples/brownian": ["Failed to acquire camera feed:"],

0 commit comments

Comments
 (0)