Skip to content

Commit

Permalink
specialized methods (#215)
Browse files Browse the repository at this point in the history
* specializd methods

* dedicated functions for spectrum and lightcurves

* dedicated test

* function for image

* dedicated test

* no source name arg

* better test for image

* using master branch dispatcher

* fixing arg name

* fixed test

* fixed test

* function renaming

* order of imports

* pylint typecheck setting

* using pylint conf file

* pylint command arg
  • Loading branch information
burnout87 authored Sep 25, 2023
1 parent 941a685 commit 99a7ffc
Show file tree
Hide file tree
Showing 4 changed files with 919 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: PyLint - more lint
run: |
pylint -E oda_api
pylint --rcfile=.pylintrc -E oda_api
- name: MyPy
run: |
Expand Down
Loading

0 comments on commit 99a7ffc

Please sign in to comment.