Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBrand1 committed Dec 19, 2024
1 parent b3c24f0 commit 2e3458a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipeline/test/constructors/test_constructors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ end
@testset "default_tspan: returns an Tuple{Integer, Integer}" begin
pipeline = EpiAwareExamplePipeline()

tspan = make_tspan(pipeline)
tspan = make_tspan(pipeline; lookback = 90)
@test tspan isa Tuple{Integer, Integer}
end

Expand Down Expand Up @@ -138,7 +138,7 @@ end
"α_delay" => 4.0,
"θ_delay" => 5.0 / 4.0,
"lookahead" => 21,
"lookback" => 35,
"lookback" => 90,
"stride" => 7
)

Expand Down

0 comments on commit 2e3458a

Please sign in to comment.