MDAnalysis / membrane-curvature

MDAnalysis tool to calculate membrane curvature.
https://membrane-curvature.readthedocs.io/
GNU General Public License v3.0
29 stars 6 forks source link

Added explicit imports. #44

Closed ojeda-e closed 3 years ago

ojeda-e commented 3 years ago

This PR fixes #21

In this PR:

Previous folder structure:

membrane_curvature
├── __init__.py
├── core.py
├── lib
│   └── mods.py
├── data
├── tests
├── ...

updated structure:

membrane_curvature
├── __init__.py
├── core.py *
├── curvature.py --> this would contain H, K
├── surface.py --> this would contain z_ref, derive_surface, normalized_grid
├── data
├── tests
├── ...
pep8speaks commented 3 years ago

Hello @ojeda-e! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2021-07-06 04:37:53 UTC
codecov[bot] commented 3 years ago

Codecov Report

Merging #44 (b5635b6) into main (687d869) will decrease coverage by 11.77%. The diff coverage is 88.88%.