Skip to content

Commit 4a6cba4

Browse files
committed
avoid Graphviz dependency in model plot test
1 parent df30e9d commit 4a6cba4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/testthat/test-model-plot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ test_that("model plots forward spline configuration", {
44

55
model <- keras_model_sequential(input_shape = 2L) |>
66
layer_dense(1L)
7-
path <- tempfile(fileext = ".dot")
7+
path <- tempfile(fileext = ".raw")
88
on.exit(unlink(path))
99

1010
plot(model, to_file = path, splines = "curved")

0 commit comments

Comments
 (0)