From 38e258bb5b282ec1996e9c4e6f3de0c1e672344b Mon Sep 17 00:00:00 2001 From: Daniel Pozsar Date: Tue, 29 Oct 2024 09:53:49 +0100 Subject: [PATCH] updated paths to test data --- test.ipynb | 2 +- test.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test.ipynb b/test.ipynb index 0df2a1f..53180d8 100644 --- a/test.ipynb +++ b/test.ipynb @@ -51,7 +51,7 @@ "source": [ "# this cell mimicks an input file\n", "fdf = sisl.get_sile(\n", - " \"/Users/danielpozsar/Downloads/nojij/Fe3GeTe2/monolayer/soc/lat3_791/Fe3GeTe2.fdf\"\n", + " \"./lat3_791/Fe3GeTe2.fdf\"\n", ")\n", "# this information needs to be given at the input!!\n", "scf_xcf_orientation = np.array([0, 0, 1]) # z\n", diff --git a/test.py b/test.py index 85a27b9..2a5d9c5 100644 --- a/test.py +++ b/test.py @@ -20,7 +20,7 @@ start_time = timer() # this cell mimicks an input file fdf = sisl.get_sile( - "/Users/danielpozsar/Downloads/nojij/Fe3GeTe2/monolayer/soc/lat3_791/Fe3GeTe2.fdf" + "./lat3_791/Fe3GeTe2.fdf" ) # this information needs to be given at the input!! scf_xcf_orientation = np.array([0, 0, 1]) # z