Skip to content

Commit

Permalink
Rm extended check
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed Nov 13, 2024
1 parent 718b29d commit 12ad6b0
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,22 +97,5 @@ jobs:
error-on: '"error"'
args: 'c("--no-multiarch", "--no-manual", "--as-cran")'

- if: failure()
run: |
if (!rlang::is_installed("torch")) {
install.packages("remotes")
remotes::install_local()
}
value <- torch_ones(10, 2, 2)
print(value)
ex <- linalg_cholesky_ex(value)
info <- info$eq(0)
print(info)
eq <- info$eq(0)
print(eq)
uns <- eq$unsqueeze(1)
print(uns)
print(as.array(uns))
shell: Rscript {0}


0 comments on commit 12ad6b0

Please sign in to comment.