Skip to content

Commit

Permalink
Removed trailing whitespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Rodríguez Flores committed Jan 17, 2024
1 parent cde16c3 commit c11b57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/tests/test_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class TestTrainer(unittest.TestCase):
def setUp(self):
self.test_backup_dir = TemporaryDirectory()
self.test_backup_path = self.test_backup_dir.name
self.trainer = Trainer("resources/tests/model_test.keras",
self.trainer = Trainer("resources/tests/model_test.keras",
"resources/tests/model_test_config.ini")
self.trainer.model_config_file = os.path.join(self.test_backup_path, "dummy_config.ini")
self.trainer.model_file = os.path.join(self.test_backup_path, "dummy.keras")
Expand Down

0 comments on commit c11b57f

Please sign in to comment.