Fix an issue of input type check

This commit is contained in:
jin-xiulang 2021-07-12 09:04:02 +08:00
parent cd2d2bef0a
commit 03328ee86d
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ _ps_context = None
_check_positive_int_keys = ["server_num", "scheduler_port", "fl_server_port",
"start_fl_job_threshold", "start_fl_job_time_window", "update_model_time_window",
"fl_iteration_num", "client_epoch_num", "client_batch_size", "scheduler_manage_port"]
"fl_iteration_num", "client_epoch_num", "client_batch_size", "scheduler_manage_port",
"cipher_time_window"]
_check_non_negative_int_keys = ["worker_num"]