You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
manually created an empty subfolder "load" within "src\case14"
for a new virtual env, I have to use older version of libraries (numpy==1.26.4 and matplotlib==3.5.2)
at line 204 of "visulization.py", changed "Image.ANTIALIAS" to "Image.LANCZOS" because the former is no longer supported.
After all of these, both "test_operation.ipynb" and "visualization.py" can be run without error.
However, the residual calculated from both "test_operation.ipynb" and "visualization.py" are extremely large. For example, in the testing notebook, the output for the second block of code is
No Measurement: 122 (122,) (122, 122) 1755199.5243315855 119.87093929856714
and the output for the last block is
1755149.2286295495 119.87093929856714
It will be much better for the author to provide a "requirements.txt" file with specific version number for each required python library used in this repo, and also provide the specific python version if necessary. I cannot reproduce the results at the moment, thanks.
The text was updated successfully, but these errors were encountered:
I tried the following
After all of these, both "test_operation.ipynb" and "visualization.py" can be run without error.
However, the residual calculated from both "test_operation.ipynb" and "visualization.py" are extremely large. For example, in the testing notebook, the output for the second block of code is
No Measurement: 122 (122,) (122, 122) 1755199.5243315855 119.87093929856714
and the output for the last block is
1755149.2286295495 119.87093929856714
It will be much better for the author to provide a "requirements.txt" file with specific version number for each required python library used in this repo, and also provide the specific python version if necessary. I cannot reproduce the results at the moment, thanks.
The text was updated successfully, but these errors were encountered: