From cf354005ed419f94ce2d88b4f60c02c24a579967 Mon Sep 17 00:00:00 2001 From: Thomas Sebastian Bakaj <thomas.bakaj@rwth-aachen.de> Date: Fri, 28 Jul 2023 12:49:04 +0200 Subject: [PATCH] testing updates --- examples/ocp_validation.ipynb | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/examples/ocp_validation.ipynb b/examples/ocp_validation.ipynb index d83391d..8f5c1d9 100644 --- a/examples/ocp_validation.ipynb +++ b/examples/ocp_validation.ipynb @@ -1,18 +1,5 @@ { "cells": [ - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "import sys\n", - "from pathlib import Path\n", - "\n", - "sys_path = Path('..')\n", - "sys.path.append(str(sys_path.resolve()))" - ] - }, { "cell_type": "code", "execution_count": 1, @@ -21,7 +8,8 @@ "source": [ "import tofhed\n", "from tofhed.commander import * \n", - "from tofhed.hinuma import *" + "from tofhed.hinuma import *\n", + "from pathlib import Path" ] }, { -- GitLab