Skip to content
Snippets Groups Projects
Commit 3170357d authored by Kostas Vilkelis's avatar Kostas Vilkelis :flamingo:
Browse files

fix relative imports

parent 741a0084
No related branches found
No related tags found
1 merge request!4Interface refactoring
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
import numpy as np import numpy as np
from .matrixShaping import (complex_to_real, matrix_to_flat, from codes.params.matrixShaping import (complex_to_real, matrix_to_flat,
real_to_complex, flat_to_matrix) real_to_complex, flat_to_matrix)
def mf2rParams(mf_model): def mf2rParams(mf_model):
......
from .params.rparams import mf2rParams, rParams2mf from codes.params.rparams import mf2rParams, rParams2mf
import scipy import scipy
from functools import partial from functools import partial
from .tb.tb import addTb from codes.tb.tb import addTb
import numpy as np import numpy as np
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment