We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31d99c commit 1205dffCopy full SHA for 1205dff
tests/playwright/examples/example_apps.py
@@ -92,6 +92,7 @@ def get_apps(path: str) -> typing.List[str]:
92
"pd.option_context('mode.use_inf_as_na", # continutation of line above,
93
"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
96
]
97
app_allow_js_errors: typing.Dict[str, typing.List[str]] = {
98
"examples/brownian": ["Failed to acquire camera feed:"],
0 commit comments