Skip to content

Commit

Permalink
further update changes docs
Browse files Browse the repository at this point in the history
  • Loading branch information
geordie666 committed Sep 19, 2023
1 parent 8214626 commit fdd9e8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ desimodel Release Notes
-------------------

* Change default file for :func:`~desimodel.io.loadtiles` [`PR #168`_]:
* Now reads from :envvar:`SURVEYOPS` ``(/trunk/ops/tiles-main.ecsv)``
* Now reads from :envvar:`DESI_SURVEYOPS` ``(/trunk/ops/tiles-main.ecsv)``
* Also adds option to limit tiles to specified ``PROGRAM`` names.
* Will now automatically load both `.fits` and `.ecsv` files.
* Maintains option to read from old :envvar:`DESIMODEL` location.
* Tests cover both :envvar:`DESI_SURVEYOPS` and :envvar:`DESIMODEL` cases.
* Addresses `issue #167`_.

.. _`#168`: https://github.com/desihub/desimodel/pull/168
Expand Down
2 changes: 1 addition & 1 deletion py/desimodel/test/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def test_load_tiles(self):

@unittest.skipUnless(desimodel_available, desimodel_message)
def test_load_tiles_alt_old(self):
"""Test alternative tile-load for old default DATAMODEL case
"""Test alternative tile-load for old default DESIMODEL case
"""
# starting clean
self.assertEqual(io._tiles, {})
Expand Down

0 comments on commit fdd9e8c

Please sign in to comment.