Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Make test more efficient

Co-authored-by: Sebastian Fischer <[email protected]>
  • Loading branch information
cxzhang4 and sebffischer authored Oct 15, 2024
1 parent 795b3f1 commit 6b96aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test_CallbackSetTB.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ test_that("metrics are logged correctly", {

task = tsk("iris")
n_epochs = 10
batch_size = 50
neurons = 200
batch_size = 150
neurons = 10

pth0 = tempfile()

Expand Down

0 comments on commit 6b96aed

Please sign in to comment.