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 50053e5 commit 8210113Copy full SHA for 8210113
1 file changed
packages/bigframes/noxfile.py
@@ -428,6 +428,16 @@ def doctest(session: nox.sessions.Session):
428
"bigframes/display/anywidget.py",
429
"--ignore",
430
"bigframes/bigquery/_operations/ai.py",
431
+ "--ignore",
432
+ "bigframes/bigquery/ai.py",
433
434
+ "bigframes/ml",
435
436
+ "bigframes/operations/ai.py",
437
438
+ "bigframes/operations/semantics.py",
439
440
+ "third_party/bigframes_vendored/sklearn",
441
),
442
test_folder="bigframes",
443
check_cov=True,
0 commit comments