-
Notifications
You must be signed in to change notification settings - Fork 10
Remove em-specific code that is becoming replaced by pynxtools-em #289
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
Conversation
…ed by the pynxtools-em plugin, implementing a contribution for #283
Remove em-specific dataconverters as their functionality is superseed…
Pull Request Test Coverage Report for Build 8340532143Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
8000The reason will be displayed to describe this comment to others. Learn more.
The removal of files look all good to me.
I went through the file and checked which imports we actually use and I found that we don't use these packages anymore:
- flatdict
- gitpython
- zipfile37
- tzlocal
- scipy
I don't know whether these packages were used by you or if they were removed previously. However, I think we can savely remove them from the dependencies now.
There is also a shared
folder in dataconverter/readers
which is not used anymore. Shall we remove this as well. Otherwise I would suggest we move the functions in dataconverter/utils.py
. If this will be removed we can also remove the pytz
dependency in #285
Getting consistent code for managing time stamps and zone rigorously may demand using the pytz library, in one case of em it even required tzlocal but we should give it a test, so please remove pytz via #285, right the shared directory I missed I will also remove it now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks LGTM now
No description provided.