Closed geek-yang closed 1 year ago
Note that CD/CI on windows fails due to an unexpected PermissionError
. This post seems to provide a solution to fix it (thanks for suggesting it @SarahAlidoost). Still needs to test whether it works or not.
Kudos, SonarCloud Quality Gate passed!
@geek-yang nice work on adding tests 👍 The tests cover most of the codes, well done. 🚀 Thank you for setting up the sonarcloud, too. I left some comments, please let me know if something is unclear. Besides those comments, I am wondering if we can re-organize files e.g. now there is a
utils.py
file and there is a directoryutils
. This is confusing. Canutils.py
be moved toutils
folder?
Thanks a lot for your review @SarahAlidoost. The comments help a lot. I think I have addressed all of them, please take a look again.
Regarding the utils
, I totally agree with you 😂. During the development I always open the wrong file or adding the wrong path due to this confusing name. Let's make an issue and change it in another PR.
We add tests to
zampy.datasets
functions and functions inutils
.