Skip to content

Commit

Permalink
Merge pull request #13 from lsst/u/yoachim/deprecate
Browse files Browse the repository at this point in the history
deprecate thomson and training dirs
  • Loading branch information
yoachim authored Nov 30, 2023
2 parents 24bda74 + 0ce9e5b commit 5e7c5ec
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 1,135 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
export RUBIN_SIM_DATA_DIR=~/rubin_sim_data
#pytest -r a -v
pytest -r a -v --cov=rubin_scheduler --cov=tests --cov-report=xml --cov-report=term --cov-branch
pytest -r a -v --cov=rubin_scheduler --cov-report=xml --cov-report=term --cov-branch
- name: Upload coverage to codecov
uses: codecov/codecov-action@v2
Expand Down
3 changes: 2 additions & 1 deletion rubin_scheduler/scheduler/surveys/base_survey.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@
import pandas as pd

from rubin_scheduler.scheduler.detailers import ZeroRotDetailer
from rubin_scheduler.scheduler.thomson import thetaphi2xyz, xyz2thetaphi
from rubin_scheduler.scheduler.utils import (
HpInComcamFov,
HpInLsstFov,
comcam_tessellate,
empty_observation,
set_default_nside,
thetaphi2xyz,
xyz2thetaphi,
)
from rubin_scheduler.site_models import _read_fields

Expand Down
1 change: 0 additions & 1 deletion rubin_scheduler/scheduler/thomson/__init__.py

This file was deleted.

348 changes: 0 additions & 348 deletions rubin_scheduler/scheduler/thomson/thomson.py

This file was deleted.

Loading

0 comments on commit 5e7c5ec

Please sign in to comment.