Skip to content

Commit 5129fc0

Browse files
author
Frankie Robertson
committed
Formatting
1 parent 6661ef7 commit 5129fc0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/Comparison.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ using StatsBase
44
using FittedItemBanks: AbstractItemBank, ResponseType
55
using ..Responses
66
using ..CatConfig: CatLoopConfig, CatRules
7-
using ..Aggregators: TrackedResponses, add_response!, Speculator, Aggregators, track!, pop_response!
7+
using ..Aggregators: TrackedResponses, add_response!, Speculator, Aggregators, track!,
8+
pop_response!
89
using ..DecisionTree: TreePosition
910

1011
using HypothesisTests
@@ -275,4 +276,4 @@ function compare(comparison::RandomCatComparison)
275276
end
276277
=#
277278

278-
end
279+
end

test/jet.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ using Optim: Optim
44
@testset "JET checks" begin
55
rep = report_package(
66
ComputerAdaptiveTesting;
7-
ignored_modules=(
7+
ignored_modules = (
88
ComputerAdaptiveTesting.Comparison,
99
ComputerAdaptiveTesting.PushVectors,
1010
Base.Broadcast,
1111
Optim
1212
),
13-
mode=:typo
13+
mode = :typo
1414
)
1515
@show rep
1616
@test length(JET.get_reports(rep)) == 5

0 commit comments

Comments
 (0)