Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
trontrytel committed Feb 21, 2024
1 parent cb52b5c commit 85621bf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ml_test/testing.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
import CloudMicrophysics
import MLJ
import MLJFlux
import Flux

include(joinpath("PreprocessAerosolData.jl"))
include(joinpath(
pkgdir(CloudMicrophysics),
"ml_test",
"PreprocessAerosolData.jl")
)

@info(PreprocessAerosolData)

struct NNBuilder <: MLJFlux.Builder
layer_sizes::Vector{Integer}
Expand Down

0 comments on commit 85621bf

Please sign in to comment.