Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
mfouesneau committed Oct 4, 2024
1 parent d671c36 commit 2cd519b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ New in version 2.0

Available photometric systems, parameters, and default values: [see internal documentation](src/ezpadova/parsec.md)

## TODOs:

* [ ] add a function to resample evolution stages
* [ ] add a quick and dirty interpolator
* [ ] make the documentation website (API, etc.)

Installation
------------
Install with pip
Expand Down
7 changes: 0 additions & 7 deletions src/ezpadova/parsec.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@
from .config import configuration, validate_query_parameter
from .tools import get_file_archive_type

# DEBUG only
# from config import configuration, validate_query_parameter
# from tools import get_file_archive_type

# TODO: add a function to resample evolution stages
# TODO: add a quick interpolator


def build_query(**kwargs) -> dict:
"""
Expand Down

0 comments on commit 2cd519b

Please sign in to comment.