SimuLib: update notebooks to incorporate beacon->timing renaming

This commit is contained in:
Eric Teunis de Boone 2022-08-05 14:39:28 +02:00
parent 1a1a5974c5
commit 486235fbe5
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@
"sys.path.append(os.path.dirname(os.path.abspath(os.getcwd())))\n", "sys.path.append(os.path.dirname(os.path.abspath(os.getcwd())))\n",
"from lib.util import *\n", "from lib.util import *\n",
"from lib.plotting import *\n", "from lib.plotting import *\n",
"from lib.beacon import *\n" "from lib.timing import *\n"
] ]
}, },
{ {

View file

@ -24,7 +24,7 @@
"sys.path.append(os.path.dirname(os.path.abspath(os.getcwd())))\n", "sys.path.append(os.path.dirname(os.path.abspath(os.getcwd())))\n",
"from lib.util import *\n", "from lib.util import *\n",
"\n", "\n",
"from lib.beacon import *" "from lib.timing import *"
] ]
}, },
{ {