Skip to content

Commit

Permalink
Merge pull request #1219 from sebffischer/docs/test-segfault
Browse files Browse the repository at this point in the history
docs(contributing): add information about segfaults
  • Loading branch information
dfalbel authored Dec 11, 2024
2 parents 9b3e883 + 296870f commit eb86379
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 eb86379

Please sign in to comment.