GDD-Nantes / FedShop

Code for FedShop: The Federated Shop Benchmark
GNU General Public License v3.0
8 stars 0 forks source link

Move the filtering from `instanciate_workload` to `create_workload_value_selection` #16

Closed mhoangvslev closed 1 year ago

mhoangvslev commented 1 year ago

The csv create_workload_value_selection is sometime wrong (for q04 for example), leading to errors downstream. It's better to move the filtering from instanciate_workload to create_workload_value_selection, so during instanciation, you only pick what is filtered.

mhoangvslev commented 1 year ago

Only difference operator, i.e != and $! logics could be moved.