Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
qbc2016 committed Mar 30, 2023
1 parent 30304d5 commit 86f4938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_tree_based_model_for_vfl.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def set_config_for_rf_base(self, cfg):

return backup_cfg

def set_config_for_rf_label_base(self, cfg):
def set_config_for_rf_label_scattering(self, cfg):
backup_cfg = cfg.clone()

import torch
Expand Down Expand Up @@ -473,7 +473,7 @@ def test_RF_Base(self):

def test_RF_lable_Base(self):
init_cfg = global_cfg.clone()
backup_cfg = self.set_config_for_rf_label_base(init_cfg)
backup_cfg = self.set_config_for_rf_label_scattering(init_cfg)
setup_seed(init_cfg.seed)
update_logger(init_cfg, True)

Expand Down

0 comments on commit 86f4938

Please sign in to comment.