Skip to content

Commit

Permalink
Switch to major release, minor doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
snbianco committed Jun 21, 2024
1 parent 424e794 commit e5c961a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/astrocut/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ aligned and have the same pixel scale, no checking is done by Astrocut.
>>> center_coord = SkyCoord("150.0945 2.38681", unit='deg')
>>> cutout_size = [200,300]
>>> png_files = img_cut(input_files, center_coord, cutout_size, img_format='png', drop_after="") #doctest: +SKIP
>>> png_files = img_cut(input_files, center_coord, cutout_size, img_format='png') #doctest: +SKIP
>>> print(png_files[0]) #doctest: +SKIP
./hlsp_candels_hst_acs_cos-tot-sect23_f606w_v1.0_drz_150.094500_2.386810_200-x-300_astrocut.png
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ description =
deps =
numpy120: numpy==1.20.*
numpy123: numpy==1.23.*
numpy2: numpy==2.0.0rc2
numpy2: numpy==2.0.*

astropy52: astropy==5.2.*

Expand Down

0 comments on commit e5c961a

Please sign in to comment.