From 3fa9fe0582a206791762bae0021a21456172896f Mon Sep 17 00:00:00 2001 From: Michal Ozery-Flato Date: Mon, 10 Jun 2024 00:57:38 +0300 Subject: [PATCH] change config file for the unitest --- fusedrug/data/tokenizer/ops/test_modular_tokenizer_ops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fusedrug/data/tokenizer/ops/test_modular_tokenizer_ops.py b/fusedrug/data/tokenizer/ops/test_modular_tokenizer_ops.py index a3d871e5..cad5f7ff 100644 --- a/fusedrug/data/tokenizer/ops/test_modular_tokenizer_ops.py +++ b/fusedrug/data/tokenizer/ops/test_modular_tokenizer_ops.py @@ -20,7 +20,7 @@ def test_main(self) -> None: get_modular_tokenizer_config_dirpath(), Path(__file__).parent ) with hydra.initialize(version_base=None, config_path=config_path): - cfg = hydra.compose(config_name="tokenizer_config_personal") + cfg = hydra.compose(config_name="tokenizer_config") main(cfg)