Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
0815Creeper committed Sep 14, 2024
1 parent 262507a commit 099b801
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions src/batch.jl
Original file line number Diff line number Diff line change
Expand Up @@ -643,5 +643,3 @@ function batchDataEvaluation(

return batch
end


2 changes: 0 additions & 2 deletions src/optimiser.jl
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,3 @@ function apply!(optim::FluxOptimiserWrapper, params)
end

### generic FMIFlux.AbstractOptimiser ###


2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ global EXPORTINGTOOL = nothing
global EXPORTINGVERSION = nothing
global X0 = [2.0, 0.0]
global OPTIMISER = Descent
global FAILED_GRADIENTS_QUOTA = 1/3
global FAILED_GRADIENTS_QUOTA = 1 / 3

# callback for bad optimization steps counter
global FAILED_GRADIENTS = 0
Expand Down

0 comments on commit 099b801

Please sign in to comment.