Skip to content

Commit b7dd666

Browse files
committed
CI: add an error true to the valid data check
1 parent 15e7644 commit b7dd666

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

book/lectures/135-data_validation-python-pandera.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,9 @@ invalid_data = pd.DataFrame({
273273
Let's see what happens when we apply `pa.DataFrameSchema.validate`
274274
to our valid data:
275275

276+
<!-- TODO: should not need to error true this line, but trying to fix CI-->
276277
```{python}
278+
#| error: true
277279
schema.validate(valid_data)
278280
```
279281

0 commit comments

Comments
 (0)