Skip to content

Commit 1edd43b

Browse files
committed
re-org source files for target features weights
1 parent 8dcfbde commit 1edd43b

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

src/LearnAPI.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include("types.jl")
44
include("tools.jl")
55
include("predict_transform.jl")
66
include("fit_update.jl")
7-
include("target_weights_features.jl")
7+
include("features_target_weights.jl")
88
include("obs.jl")
99
include("accessor_functions.jl")
1010
include("traits.jl")

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ test_files = [
77
"predict_transform.jl",
88
"obs.jl",
99
"accessor_functions.jl",
10-
"target_features.jl",
10+
"features_target_weights.jl",
1111
]
1212

1313
files = isempty(ARGS) ? test_files : ARGS

0 commit comments

Comments
 (0)