kohr-h / odl-multigrid

Multigrid plugin for ODL
Mozilla Public License 2.0
3 stars 1 forks source link

ImportError: cannot import name 'DiscreteLpElement' #4

Open hjahan58 opened 3 years ago

hjahan58 commented 3 years ago

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

hjahan58 commented 3 years ago

by this change problem resolved in numeric.py