-
`std::vector` should be nice and safer replacement.
ghost updated
3 years ago
-
Currently for circular quantities there are only mean, variance and std implemented, as I understand. These estimators all lack robustness, so it would be great to have at least circular median. This …
-
same question: https://github.com/mrniko/netty-socketio/issues/755
Buy when send binary, there happened circular reference, but the same binary data sometimes has problems, sometimes normal
how …
-
As part of the update to using Iris 3 (see PR #1507) I discovered new unit test failures in changing from NumPy 1.20.* to 1.21 (see [here](https://github.com/metoppv/improver/pull/1507#issuecomment-86…
-
My integrators are asking a better compatibility of X/Y Plot with BOY's X/Y Graph.
Being that I've also request for a polar plot, I'm not sure if:
1. Upgrade X/Y Plot to accept single-value PVs …
-
I haven't found from the documentation whether MetPy supports delayed operations with dask. The code for unit conversion seems to access `_data_array.values`, which suggests that the entire array is l…
huard updated
2 years ago
-
We should keep the CubedOS Mailboxes sorted by message priority so that the highest priority message is the first to be taken from the mailbox. Using `Insertion_Sort` will allow us to insert a new ite…
-
What's the preferred pattern to follow in the case of persisting a store with one to many relationship to its dependent domain objects?
E.g. example store
```
export class ShopStore {
shopNam…
-
In the diff above, one can toggle the visibility of the state _around_ the diffed portion (`router`) but can't peek into the content of the diff itself (i.e. the object can't be expanded).
This sor…
-
If there is a better forum for this question please let me know. Also I'm relatively new to Clojure, so apologies in advance.
Minimal example yaml file (the actual files I'm dealing with are large…