Skip to content

Commit

Permalink
Changed experiments test logic
Browse files Browse the repository at this point in the history
  • Loading branch information
BarzaH committed Aug 14, 2024
1 parent 0048fe0 commit 96002bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/schema/test_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def test_experiments(experiment_config_file):
from hydra import compose, initialize
from hydra.core.global_hydra import GlobalHydra

if "example" in experiment_config_file:
if "example" in str(experiment_config_file):
GlobalHydra.instance().clear()
initialize(config_path="../../../config", job_name="test_app")

Expand Down

0 comments on commit 96002bc

Please sign in to comment.