Skip to content

Commit eb7a8b4

Browse files
committed
Fixing tests
1 parent 03e8a6c commit eb7a8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ capse_loaded_emu = Capse.load_emulator("emu/")
3737
output_vec = Capse.get_Cℓ(cosmo_vec, capse_emu)
3838
@test isapprox(output_vec[:,1], output)
3939
@test ℓ_test == Capse.get_ℓgrid(capse_emu)
40-
@test_logs (:warn, "We do not know which parameters were included in the emulators training space. Use this trained emulator with caution!") Capse.get_emulator_description(capse_emu)
40+
@test_logs (:warn, "No emulator description present!") Capse.get_emulator_description(capse_emu)
4141
@test Capse.get_Cℓ(cosmo_vec, capse_emu) == Capse.get_Cℓ(cosmo_vec, capse_loaded_emu)
4242
end

0 commit comments

Comments
 (0)