mirror of
https://asciireactor.com/otho/psdlag-agn.git
synced 2024-11-21 22:15:07 +00:00
path fix
This commit is contained in:
parent
7523c66079
commit
af79f828a8
@ -1,11 +1,11 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
import sys
|
||||||
|
sys.path.insert(1, "~/science/clag/")
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import sys
|
|
||||||
import getopt
|
import getopt
|
||||||
import clag
|
import clag
|
||||||
|
|
||||||
sys.path.insert(1, "~/science/clag/")
|
|
||||||
|
|
||||||
# For jupyter notebook
|
# For jupyter notebook
|
||||||
# %pylab inline
|
# %pylab inline
|
||||||
|
Loading…
Reference in New Issue
Block a user