We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c7030 commit 3e874d2Copy full SHA for 3e874d2
CHANGES.rst
@@ -7,6 +7,10 @@
7
- Fix ``Observer`` not having longtitude, latitude, and elevation parameters
8
as class attributes. They are now properties calculated from the ``location``.
9
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
+
14
0.8 (2021-01-26)
15
----------------
16
0 commit comments