Hi
im run ODL-workshope example:
part4_real_data.ipynb
this section need to install odl-multigrid
im install it but when run the import cell the below error was appear
madule not found: odl.discr.lp_discr from numeics.py
I change this line in numerics.py
from odl.discr.lp_discr import DiscreteLpElement
to this
from odl.discr import DiscreteLpElement
but this error was appear
from odl.discr import DiscreteLpElement
ImportError: cannot import name 'DiscreteLpElement'
Hi im run ODL-workshope example: part4_real_data.ipynb
this section need to install odl-multigrid im install it but when run the import cell the below error was appear madule not found: odl.discr.lp_discr from numeics.py
I change this line in numerics.py from odl.discr.lp_discr import DiscreteLpElement to this from odl.discr import DiscreteLpElement
but this error was appear from odl.discr import DiscreteLpElement ImportError: cannot import name 'DiscreteLpElement'
can you help me