Browse Source

Make test experiment launchable

Clemens-Alexander Brust 4 years ago
parent
commit
3cd9599ad8
1 changed files with 4 additions and 0 deletions
  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"]
 
     experiment_selfsupervised.main(example_config_files)
+
+
+if __name__ == "__main__":
+    test_experiment()