Skip to content

Commit

Permalink
docs(contributing): add information about segfaults
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Dec 11, 2024
1 parent 9da75b2 commit 296870f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,8 @@ the custom `tools/document.R` script instead of `devtools::document()`,
as we need to patch `roxygen2` to avoid running the examples on CRAN.

We're looking forward to your contributions!


### Known Issues

* When running the tests twice (e.g. via `devtools::test()`) this will cause a segfault, see [#1218](https://github.com/mlverse/torch/issues/1218) for a discussion.

0 comments on commit 296870f

Please sign in to comment.