Skip to content

LSAPy Review N°1 #142

Description

@baptistehamon

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

  1. matplotlib missing from required dependencies — import lsapy fails after a clean pip install lsapy with ModuleNotFoundError: No module named 'matplotlib' (already fixed by Remove deprecated functions module #104)
  2. h5py missing from dependencies — test_utils.py::TestOpenData::test_open_land fails with ImportError: No module named 'h5py' (I think Bump virtualenv from 20.33.1 to 20.36.1 in /ci #112 should have fixed it).
  3. lsapy.standardize not importable as a submodule — from lsapy.standardize import logistic raises ModuleNotFoundError. Please expose the submodule or update the documentation to use from lsapy import logistic.

Minor Suggestions

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdependenciesPull requests that update a dependency filedocsImprovements or additions to documentationenhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions