Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ project:
- title: Spitzer
children:
- file: tutorials/spitzer/plot_Spitzer_IRS_spectra.md
- title: ZTF
children:
- title: DR24 Light Curves (HATS)
file: tutorials/ztf/ztf_lightcurves.md
- title: Simulated Data
file: tutorials/simulated-data/simulated.md
children:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ install_command =
# lsdb has tighter minimum dependencies, deal with it here for now, long term handle it from the notebook metadata
# We need to do this here before the dependencies are installed to work around deps conflicts
# SED fitting notebook uses numpy 2.0+ functionality, ignore it from the oldest job
oldestdeps: bash -c "echo tutorials/techniques-and-tools/irsa-hats-with-lsdb >> ignore_testing; echo tutorials/simulated-data/OpenUniverse2024/openuniverse2024_SED_fit.md >> ignore_testing; sed -i -e 's|lsdb|\#lsdb|g' tutorial_requirements.txt && python -I -m pip install $@"
oldestdeps: bash -c "echo tutorials/techniques-and-tools/irsa-hats-with-lsdb >> ignore_testing; echo tutorials/ztf/ztf_lightcurves >> ignore_testing; echo tutorials/simulated-data/OpenUniverse2024/openuniverse2024_SED_fit.md >> ignore_testing; sed -i -e 's|lsdb|\#lsdb|g' tutorial_requirements.txt && python -I -m pip install $@"

# Adding back the default install command; commented out version for clear cases, more complex one if we need to add more conditional skips
# !oldestdeps: python -I -m pip install {opts} {packages}
Expand Down
Loading