Skip to content

Commit 2fe016d

Browse files
committed
add a warning message that the input encoder is not used
1 parent daea468 commit 2fe016d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Emulator.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,8 @@ function forward_map_wrapper(
411411
else
412412
push!(encoder_schedule, (decorrelate_sample_cov(), "out"))
413413
end
414+
else
415+
@warn "Please note that only the output encoder is used in this implementation. \nThe input encoder will be initialized if provided, but not used during sampling, which is completed in the full parameter space."
414416
end
415417

416418
encoder_schedule = create_encoder_schedule(encoder_schedule)

0 commit comments

Comments
 (0)