Commit 8315002
* Fix `FixedRectangularBinning` for `StateSpaceSet` containing vectors
If a `StateSpaceSet` containing vectors is used to construct a `FixedRectangularBinning`, the element type `T` is determined as the vector type, not the underlying element type. Subsequent construction of a helper array for dealing with bounds therefore fails.
Fixed by determining the type of the underlying elements.
* bump version
* update CI file
---------
Co-authored-by: Datseris <[email protected]>
1 parent e835a07 commit 8315002
File tree
3 files changed
+4
-3
lines changed- .github/workflows
- src/encoding_implementations
3 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
0 commit comments