Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBrand1 committed Jun 18, 2024
1 parent 4ce19b0 commit 933814b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pipeline/test/pipeline/test_pipelinefunctions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ end
inference_results_tsk = make_inference()
inference_results = fetch.(inference_results_tsk)
@test length(inference_results) == 1
@test all([result["inference_results"] isa EpiAwareObservables for result in inference_results])
@test all([result["inference_results"] isa EpiAwareObservables
for result in inference_results])
end

@testset "do_pipeline test: just run" begin
Expand Down

0 comments on commit 933814b

Please sign in to comment.