Skip to content

Commit

Permalink
Decreasing number of iterations from the multiprocessing test `TuneMo…
Browse files Browse the repository at this point in the history
…del` to 10
  • Loading branch information
pebeto committed May 21, 2024
1 parent 1ee6146 commit 4e492d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/multiprocessing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
range=r,
logger=logger,
acceleration=acceleration_method,
n=100,
n=10,
)
tuned_model_mach = machine(tuned_model, X, y)
fit!(tuned_model_mach)

experiment = getorcreateexperiment(logger.service, logger.experiment_name)
runs = searchruns(logger.service, experiment)

@assert length(runs) == 100
@assert length(runs) == 10

deleteexperiment(logger.service, experiment)
end
Expand Down

0 comments on commit 4e492d1

Please sign in to comment.