Skip to content

Commit

Permalink
Remove exlude pattern (#343)
Browse files Browse the repository at this point in the history
* remove exlude pattern for drizzle_wfpc2

* trivial notebook change
  • Loading branch information
gibsongreen authored Jan 8, 2025
1 parent 17db4e5 commit 1127953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,4 @@ repository:
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
html:
use_issues_button: true
use_repository_button: true
# Exclude notebooks that have as-yet unresolved build failures (see tickets SPB-1153SPB-1160, SPB-1168)
exclude_patterns: [notebooks/DrizzlePac/drizzle_wfpc2/drizzle_wfpc2.ipynb]
use_repository_button: true
2 changes: 1 addition & 1 deletion notebooks/DrizzlePac/drizzle_wfpc2/drizzle_wfpc2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
"import numpy as np\n",
"import matplotlib.pyplot as plt\n",
"from astroquery.mast import Observations\n",
"from astropy.io import fits\n",
"from astropy.table import Table\n",
"from astropy.io import fits\n",
"from astropy.visualization import LogStretch, ImageNormalize\n",
"from IPython.display import Image, clear_output\n",
"from photutils.aperture import CircularAnnulus, CircularAperture, ApertureStats, aperture_photometry\n",
Expand Down

0 comments on commit 1127953

Please sign in to comment.