Skip to content

Commit

Permalink
Merge pull request #197 from desihub/updated-datamodel
Browse files Browse the repository at this point in the history
new data model (and documentation)
  • Loading branch information
moustakas authored Dec 5, 2024
2 parents e046107 + e49cae0 commit f1289c1
Show file tree
Hide file tree
Showing 50 changed files with 1,810 additions and 7,693 deletions.
25 changes: 25 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[run]
relative_files = True
source =
py/fastspecfit
omit =
py/fastspecfit/_version.py
py/fastspecfit/test/*
py/fastspecfit/webapp/*
*/fastspecfit/test/*

[report]
exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover
# Don't complain about packages we have installed
except ImportError
# Don't complain if tests don't hit assertions
raise AssertionError
raise NotImplementedError
# Don't complain about script hooks
def main\(.*\):
# Ignore branches that don't pertain to this version of Python
pragma: py{ignore_python_version}
# Don't complain about IPython completion helper
def _ipython_key_completions_
3 changes: 1 addition & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ jobs:
- name: Coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls
run: coveralls --service=github-actions

docs:
name: Doc test
Expand Down
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
include LICENSE.rst
include README.rst
include AUTHORS.rst
include pyproject.toml
include requirements.txt
include fastspecfit/data/*

graft bin
graft etc
Expand Down
205 changes: 0 additions & 205 deletions boneyard/VelocityDispersion.ipynb

This file was deleted.

62 changes: 0 additions & 62 deletions boneyard/emlines.ecsv

This file was deleted.

57 changes: 0 additions & 57 deletions boneyard/emlines.py

This file was deleted.

169 changes: 0 additions & 169 deletions boneyard/fastspecfit-html

This file was deleted.

22 changes: 0 additions & 22 deletions boneyard/fastspecfit-profile

This file was deleted.

36 changes: 0 additions & 36 deletions boneyard/fastspecfit-setup.sh

This file was deleted.

Loading

0 comments on commit f1289c1

Please sign in to comment.