Closed mryel00 closed 1 year ago
This should fix the problems occuring during the tests of #52 This removes the list casting of check_params_match and compares the sets directly. Set comparison does not take the order of the set values into account.
list
check_params_match
set
This should fix the problems occuring during the tests of #52 This removes the
list
casting ofcheck_params_match
and compares the sets directly. Set comparison does not take the order of theset
values into account.