Skip to content

Commit

Permalink
Merge pull request #764 from mwcraig/housekeeping
Browse files Browse the repository at this point in the history
Some housekeeping items
  • Loading branch information
mwcraig authored Mar 14, 2021
2 parents 7c7fe71 + 9371153 commit 9611aa9
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 10 deletions.
41 changes: 31 additions & 10 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,54 +10,75 @@ Project Coordinators

* Matt Craig (@mwcraig)
* Steve Crawford (@crawfordsm)
* Michael Seifert (@MSeifert04)

Coordinators Emeritus
---------------------

* Michael Seifert (@MSeifert04)

Alphabetical list of contributors
---------------------------------
Alphabetical list of code contributors
--------------------------------------

* Jaime A. Alvarado-Montes (@seap-jaime)
* Jaime A. Alvarado-Montes (@JAAlvarado-Montes)
* Yoonsoo P. Bach (@ysBach)
* Kyle Barbary (@kbarbary)
* Javier Blasco (@javierblasco)
* Larry Bradley (@larrybradley)
* Julio C. N. Campagnolo (@juliotux)
* Mihai Cara (@mcara)
* James Davenport (@jradavenport)
* Christoph Deil (@cdeil)
* Timothy P. Ellsworth-Bowers (@tbowers7)
* Forrest Gasdia (@fgasdia)
* Carlos Gomez (@carlgogo)
* Yash Gondhalekar (@Yash-10)
* Hans Moritz Günther (@hamogu)
* Forrest Gasdia (@EP-Guy)
* Nathan Heidt (@heidtha)
* Michael Hlabathe (@hlabathems)
* Elias Holte (@Sondanaa)
* Anthony Horton (@AnthonyHorton)
* Jennifer Karr (@JenniferKarr)
* Yücel Kılıç (@yucelkilic)
* Kelvin Lee (@laserkelvin)
* Pey Lian Lim (@pllim)
* James McCormac (@jmccormac01)
* Stefan Nelson (@stefannelson)
* Joe Philip Ninan (@indiajoe)
* Punyaslok Pattnaik (@Punyaslok)
* Adrian Price-Whelan (@adrn)
* JVSN Reddy (@janga1997)
* Luca Rizzi (@lucarizzi)
* Evert Rol (@evertrol)
* Jenna Ryon (@jryon)
* William Schoenell (@wschoenell)
* Sourav Singh (@souravsingh)
* Brigitta Sipocz (@bsipocz)
* Brigitta Sipőcz (@bsipocz)
* Connor Stotts (@stottsco)
* Ole Streicher (@olebole)
* JVSN Reddy (@janga1997)
* Jenna Ryon (@jryon)
* Brigitta Sipocz (@bsipocz)
* Erik Tollerud (@eteq)
* Simon Torres (@simontorres)
* Zè Vinícius (@mirca)
* Josh Walawender (@joshwalawender)
* Nathan Walker (@walkerna22)
* Benjamin Weiner (@bjweiner)
* Jiyong Youn (@hletrd)
* Yash Gondhalekar (@Yash-10)

Additional contributors
-----------------------

The people below have helped the project by opening multiple issues, suggesting
improvements outside of GitHub, or otherwise assisted the project.

* Juan Cabanela (@JuanCab)
* @mheida
* Sara Ogaz (@SaOgaz)
* Jean-Paul Ventura (@jvntra)
* Kerry Paterson (@KerryPaterson)
* Jane Rigby (@janerigby)
* Kris Stern (@kakirastern)
* Alexa Villaume (@AlexaVillaume)
* Brian York (@york-stsci)
* Sylvielsstfr (@sylvielsstfr)

(If you have contributed to the ccdproc project and your name is missing,
please send an email to the coordinators, or
Expand Down
5 changes: 5 additions & 0 deletions ccdproc/tests/test_image_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -1095,3 +1095,8 @@ def test_make_collection_by_filtering(self, triage_setup):
assert len(new_ic.summary) == triage_setup.n_test['light']
for header in new_ic.headers():
assert header['imagetyp'].lower() == 'light'

def test_filtered_collection_with_no_files(self, triage_setup):
ifc = ImageFileCollection(triage_setup.test_dir)

ifc_no_files = ifc.filter(object='really fake object')

0 comments on commit 9611aa9

Please sign in to comment.