mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m-thesis-introduction.git
synced 2024-11-13 10:03:32 +01:00
SimuLib: update notebooks to incorporate beacon->timing renaming
This commit is contained in:
parent
1a1a5974c5
commit
486235fbe5
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -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 *"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue