46 inconsistent handling of work function decay parameter processing vs output file naming#48
Conversation
Set the environment variable PPAFM_RECOMPILE=1 to allow dynamic compilation
ondrejkrejci
left a comment
There was a problem hiding this comment.
For now few comments, before I will approve. Thank you!
There was a problem hiding this comment.
May I just ask here: It checks whether a png file was created? If, so what line checks it?
There was a problem hiding this comment.
I'll refactor the code for better readability.
There was a problem hiding this comment.
Done. Could you now see where the file creation is checked?
| @@ -0,0 +1,115 @@ | |||
| from pathlib import Path | |||
There was a problem hiding this comment.
Are we still using npy, or the new npz?
There was a problem hiding this comment.
Shouldn't we call the file test_save_npz?
There was a problem hiding this comment.
Yes, I'll rename it.
There was a problem hiding this comment.
as XSF is used from ppafm, I feel, that ppafm should be added to the minimal installation at the end.
There was a problem hiding this comment.
So, does ppafm become a compulsory package for ppastm?
e928bc0 to
1b69996
Compare
ondrejkrejci
left a comment
There was a problem hiding this comment.
1 change (sorry for misunderstanding) and then it is good to go. Thanks!
| - ppafm==0.4.0 | ||
|
|
||
| variables: | ||
| PPAFM_RECOMPILE: 1 |
There was a problem hiding this comment.
For the min one, please remove the PPAFM_RECOMPILE as this is needed just for pytests and dev version, otherwise it should work normally.
Closes #46