Explorar o código

Make test experiment launchable

Clemens-Alexander Brust %!s(int64=4) %!d(string=hai) anos
pai
achega
3cd9599ad8
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      tests/test_experiment.py

+ 4 - 0
tests/test_experiment.py

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