Skip to content

Commit 74b3344

Browse files
committed
Clean up test file
1 parent ef8d6f2 commit 74b3344

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_modeling_common.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ def _prepare_for_class(self, inputs_dict, model_class, return_labels=False):
140140
return inputs_dict
141141

142142
def test_save_load(self):
143-
# Fake modif, will remove before merging.
144-
config, inputs_dict = self.model_tester.prepare_config_and_inputs_for_common()
145143
config, inputs_dict = self.model_tester.prepare_config_and_inputs_for_common()
146144

147145
for model_class in self.all_model_classes:

0 commit comments

Comments
 (0)