-
Notifications
You must be signed in to change notification settings - Fork 1
LSAPy Review N°1 #142
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingdependenciesPull requests that update a dependency filePull requests that update a dependency filedocsImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Milestone
Description
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdependenciesPull requests that update a dependency filePull requests that update a dependency filedocsImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Below are the comments of the first reviewer that need to be addressed before approval. The full package review is here.
Reviewer Comments
Required Changes
matplotlibmissing from required dependencies —import lsapyfails after a cleanpip install lsapywithModuleNotFoundError: No module named 'matplotlib'(already fixed by Remove deprecated functions module #104)h5pymissing from dependencies —test_utils.py::TestOpenData::test_open_landfails withImportError: No module named 'h5py'(I think Bump virtualenv from 20.33.1 to 20.36.1 in /ci #112 should have fixed it).lsapy.standardizenot importable as a submodule —from lsapy.standardize import logisticraisesModuleNotFoundError. Please expose the submodule or update the documentation to usefrom lsapy import logistic.Minor Suggestions