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",
"from lib.util 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",
"from lib.util import *\n",
"\n",
"from lib.beacon import *"
"from lib.timing import *"
]
},
{