-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in “mayo_learned_primal_dual.py” #9
Comments
Do I need to add these two sentences? |
That should not be needed (in fact, in the non-linear case the forward operator has units and the scaling actually matters). When this happens, it's commonly the case that astra has been installed wrongly, have you tried running the ODL test suite? |
Dear adler: |
In what folder did you run |
I installed odl by pip. I dont't choose any folder, I run py.test in root directory. excurse me,do I run in the wrong folder? |
You need to tell pytest which tests to run, e.g. by going to the ODL folder. If you installed with pip, you should probably run |
dear adler,thank for your help. just now,I have tried the command python -c "import odl; odl.test()" , I received 1 xfailed ,but there are no relevant tips . sorry,I am not familiar with pytest , I want to ask if I need to deal with this problem , how can I find the detail about this? |
Pytest is a very widely used python library for testing and there's heaps of documentation online. What was the error message you got, more exactly? |
dear adler, Sorry for the late response. |
Ok great to hear! If this is solved can we close it? |
dear adler.I also have a problem which I want to ask you.
|
dear adler
I have some question about your work,I run the “mayo_learned_primal_dual.py” ,the value of resuslut would became nan or inf. I compare the “mayo_learned_primal_dual_log.py”,As shown in the figure below,it has the Statement on line 36 and 37 ,but “mayo_learned_primal_dual.py” don't have.
I want to ask Is this two statements necessary for “mayo_learned_primal_dual.py”?why?
The text was updated successfully, but these errors were encountered: