From 8ac90e7bf8be132da62cbf766178e4a19c99d889 Mon Sep 17 00:00:00 2001
From: Luigi Sbailo <luigi.sbailo@physik.hu-berlin.de>
Date: Tue, 8 Feb 2022 17:40:32 +0100
Subject: [PATCH 1/2] Add query nomad Archive to test

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 892ac4dd..b48fbdc9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -278,7 +278,7 @@ RUN jupyter nbconvert --ExecutePreprocessor.timeout=1000 --to notebook --execute
 RUN jupyter nbconvert --ExecutePreprocessor.timeout=1000 --to notebook --execute "test_tutorials/krr4mat.ipynb" 
 RUN jupyter nbconvert --ExecutePreprocessor.timeout=1000 --to notebook --execute "test_tutorials/nn_regression.ipynb" 
 RUN jupyter nbconvert --ExecutePreprocessor.timeout=1000 --to notebook --execute "test_tutorials/perovskites_tolerance_factor.ipynb" 
-# RUN jupyter nbconvert --ExecutePreprocessor.timeout=5000 --to notebook --execute "test_tutorials/query_nomad_archive.ipynb" 
+RUN jupyter nbconvert --ExecutePreprocessor.timeout=5000 --to notebook --execute "test_tutorials/query_nomad_archive.ipynb" 
 RUN jupyter nbconvert --ExecutePreprocessor.timeout=1000 --to notebook --execute "test_tutorials/sgd_alloys_oxygen_reduction_evolution.ipynb" 
 RUN jupyter nbconvert --ExecutePreprocessor.timeout=1000 --to notebook --execute "test_tutorials/soap_atomic_charges.ipynb" 
 RUN jupyter nbconvert --ExecutePreprocessor.timeout=1000 --to notebook --execute "test_tutorials/tcmi.ipynb" 
-- 
GitLab


From 5f5f42c95b80f6041f2b72ecd946ff80d64fc0c0 Mon Sep 17 00:00:00 2001
From: Luigi Sbailo <sbailo@fhi-berlin.mpg.de>
Date: Fri, 11 Feb 2022 15:22:58 +0000
Subject: [PATCH 2/2] Update {tutorial}.ipynb

---
 template/{{tutorial}.ipynb => tutorial_template.ipynb} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename template/{{tutorial}.ipynb => tutorial_template.ipynb} (100%)

diff --git a/template/{tutorial}.ipynb b/template/tutorial_template.ipynb
similarity index 100%
rename from template/{tutorial}.ipynb
rename to template/tutorial_template.ipynb
-- 
GitLab