Skip to content

Commit

Permalink
allow failures
Browse files Browse the repository at this point in the history
  • Loading branch information
LouiseDck committed Sep 10, 2024
1 parent 4f41ce6 commit d82ec6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/in_memory/pitfalls.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ is.integer(int_ex)

This can often lead to errors when using `reticulate`! If you're calling a Python function and provide it with just a number in R, it probably won't be recognised as an integer, leading to weird errors:

```{r float_integer_error}
```{r float_integer_error error=true}
library(reticulate)
bi <- reticulate::import_builtins()
Expand Down

0 comments on commit d82ec6a

Please sign in to comment.