From c4416c35590f6e41f9bff3e1613370b0120b9256 Mon Sep 17 00:00:00 2001 From: Emre Ahmetik <emrea@labdev-nomad.esc.rzg.mpg.de> Date: Wed, 1 Mar 2017 16:18:33 +0100 Subject: [PATCH] Comment out importing read_gdb_7k. --- beaker-notebooks/Embedding.bkr | 2 +- beaker-notebooks/LASSO_L0.bkr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/beaker-notebooks/Embedding.bkr b/beaker-notebooks/Embedding.bkr index 5ea4755..c549f68 100644 --- a/beaker-notebooks/Embedding.bkr +++ b/beaker-notebooks/Embedding.bkr @@ -394,7 +394,7 @@ "from IPython.core.display import HTML ", "from nomad_sim.wrappers import get_json_list, calc_descriptor ", "from nomad_sim.wrappers import calc_model, calc_embedding, plot", - "from nomad_sim.parsing_utils import read_gdb_7k", + "from nomad_sim.parsing_utils import #read_gdb_7k", "from nomad_sim.utils_crystals import create_supercell", "from nomad_sim.utils_crystals import create_vacancies", "from nomad_sim.utils_crystals import random_displace_atoms", diff --git a/beaker-notebooks/LASSO_L0.bkr b/beaker-notebooks/LASSO_L0.bkr index 37a0624..b213142 100644 --- a/beaker-notebooks/LASSO_L0.bkr +++ b/beaker-notebooks/LASSO_L0.bkr @@ -391,7 +391,7 @@ "body": [ "from nomad_sim.wrappers import get_json_list, calc_descriptor ", "from nomad_sim.wrappers import calc_model, calc_embedding, plot", - "from nomad_sim.parsing_utils import read_gdb_7k", + "#from nomad_sim.parsing_utils import read_gdb_7k", "from nomad_sim.utils_crystals import create_supercell", "from nomad_sim.utils_crystals import create_vacancies", "from nomad_sim.utils_crystals import random_displace_atoms", -- GitLab