Skip to content

Commit 2f7a337

Browse files
author
Frankie Robertson
committed
Export all public modules
1 parent 2a43528 commit 2f7a337

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/ComputerAdaptiveTesting.jl

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ include("./hacks.jl")
55
using Pkg
66
using Reexport
77

8-
export ConfigBase, Responses, Aggregators, NextItemRules, TerminationConditions
9-
export CatConfig, Sim
8+
# Modules
9+
export ConfigBase, Responses, Aggregators
10+
export NextItemRules, TerminationConditions
11+
export CatConfig, Sim, DecisionTree
12+
export Stateful, Comparison
1013

1114
# Vendored dependencies
1215
include("./vendor/PushVectors.jl")

0 commit comments

Comments
 (0)