Skip to content

Commit

Permalink
Rename schedule to ephemeris
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Dec 21, 2024
1 parent 6d91588 commit a0caa04
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Next version

### 💥 Breaking changes

* Renamed `schedule` to `ephemeris`.

### 🚀 New

* [#10](https://vscode.dev/github/sdss/lvmopstools/pull/10) Added a `pubsub` module with tools to emit and subscribe to events using RabbitMQ.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# @Author: José Sánchez-Gallego ([email protected])
# @Date: 2024-03-24
# @Filename: schedule.py
# @Filename: ephemeris.py
# @License: BSD 3-clause (http://www.opensource.org/licenses/BSD-3-Clause)

from __future__ import annotations
Expand Down
2 changes: 1 addition & 1 deletion tests/test_schedule.py → tests/test_ephemeris.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import polars

from lvmopstools.schedule import create_schedule, get_ephemeris_summary
from lvmopstools.ephemeris import create_schedule, get_ephemeris_summary


def test_create_schedule():
Expand Down

0 comments on commit a0caa04

Please sign in to comment.