Эх сурвалжийг харах

Make test experiment launchable

Clemens-Alexander Brust 4 жил өмнө
parent
commit
3cd9599ad8

+ 4 - 0
tests/test_experiment.py

@@ -14,3 +14,7 @@ def test_experiment():
     example_config_files = ["examples/configuration.json"]
 
     experiment_selfsupervised.main(example_config_files)
+
+
+if __name__ == "__main__":
+    test_experiment()