From 47c58984a52eab360414cb0d300ea2d9beddd84b Mon Sep 17 00:00:00 2001 From: AlexHls Date: Thu, 20 Jan 2022 17:19:24 +0100 Subject: [PATCH] Fixed wrong import in documentation [build docs] --- .../models/converters/arepo_to_tardis.ipynb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/io/configuration/components/models/converters/arepo_to_tardis.ipynb b/docs/io/configuration/components/models/converters/arepo_to_tardis.ipynb index 49c013283ae..b5318657e5a 100644 --- a/docs/io/configuration/components/models/converters/arepo_to_tardis.ipynb +++ b/docs/io/configuration/components/models/converters/arepo_to_tardis.ipynb @@ -10,7 +10,7 @@ }, { "cell_type": "markdown", - "id": "84aedaa4", + "id": "d9625f04", "metadata": {}, "source": [ "### What is [Arepo](https://arepo-code.org/)?\n", @@ -32,14 +32,14 @@ "source": [ "import numpy as np\n", "import matplotlib.pyplot as plt\n", - "import arepo\n", + "import tardis.io.arepo\n", "import json\n", "%matplotlib inline" ] }, { "cell_type": "markdown", - "id": "60695b40", + "id": "494a1789", "metadata": {}, "source": [ "### Loading the simulation data" @@ -57,7 +57,7 @@ }, { "cell_type": "markdown", - "id": "27d90938", + "id": "2f917009", "metadata": {}, "source": [ "In case you have the arepo-snap-util package installed, you can load the data directly from a snapshot:\n", @@ -241,7 +241,7 @@ }, { "cell_type": "markdown", - "id": "d0347042", + "id": "15ad2f46", "metadata": {}, "source": [ "### Manually rebinning the data\n", @@ -251,7 +251,7 @@ { "cell_type": "code", "execution_count": null, - "id": "9e9bcc38", + "id": "30f813a3", "metadata": {}, "outputs": [], "source": [ @@ -264,7 +264,7 @@ }, { "cell_type": "markdown", - "id": "8a4a41a8", + "id": "4f6e6aa2", "metadata": {}, "source": [ "## Using the parser as a command line tool" @@ -272,7 +272,7 @@ }, { "cell_type": "markdown", - "id": "97bd4fa6", + "id": "42747558", "metadata": {}, "source": [ "You can also use the `tardis.io.arepo` package as a command line utility, e.g. if you are running batch jobs and want to automatically convert your snapshots from within you job-script.\n", @@ -287,7 +287,7 @@ "python .//arepo.py --help\n", "```\n", "\n", - "> **_NOTE:_** The command line tool does only work with snapshot files, not with e.g. json files. It is in any case not advised to " + "> **_NOTE:_** The command line tool does only work with snapshot files, not with e.g. json files. It is in any case not advised to use json files as an intermediate step, as the become huge for higher resolutions." ] } ],