Skip to content

Commit

Permalink
add scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
yoachim committed Nov 3, 2023
1 parent 9e9ba82 commit fdf72a9
Show file tree
Hide file tree
Showing 66 changed files with 18,414 additions and 6 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencies = [
"h5py",
"astroplan",
"requests",
"shapely",
"tqdm",
]

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ colorcet
cycler
scikit-learn
requests
shapely
tqdm
1 change: 1 addition & 0 deletions rubin_scheduler/scheduler/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .sim_runner import *
4 changes: 4 additions & 0 deletions rubin_scheduler/scheduler/basis_functions/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from .basis_functions import *
from .feasibility_funcs import *
from .mask_basis_funcs import *
from .rolling_funcs import *
Loading

0 comments on commit fdf72a9

Please sign in to comment.