Skip to content

Now passes a copy of the reference_params dict into the condition func

Moritz Huebner requested to merge make_condition_evaluation_safer into master

In theory, users could get unexpected behaviour if they add key/value pairs to reference_params via their condition function. This fixes it.

Merge request reports