Skip to content

Commit 3e874d2

Browse files
committed
Add changelog entry for #550
1 parent 58c7030 commit 3e874d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
- Fix ``Observer`` not having longtitude, latitude, and elevation parameters
88
as class attributes. They are now properties calculated from the ``location``.
99

10+
- Fix ``block already occupied`` error in ``PriorityScheduler`` by adjusting
11+
the condition for filled slots in ``_get_filled_indices()``. This was primarily
12+
an issue for blocks with ``duration`` <= ``time_resolution``. [#550]
13+
1014
0.8 (2021-01-26)
1115
----------------
1216

0 commit comments

Comments
 (0)