Skip to content

Commit 8e5b0c1

Browse files
committed
Skip jax.distributed initialize in utnittest
1 parent 400d569 commit 8e5b0c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/tests/configuration_utils_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_to_json_string_with_config():
1616
config_path = os.path.join(os.path.dirname(__file__), "..", "configs", "base_wan_14b.yml")
1717

1818
# Initialize pyconfig with the YAML config
19-
pyconfig.initialize([None, config_path])
19+
pyconfig.initialize([None, config_path], unittest=True)
2020
config = pyconfig.config
2121

2222
# Create a DummyConfigMixin instance

0 commit comments

Comments
 (0)