Jonathan Gray
Jonathan Gray
Restrict access based on data date as well as clock date.
Modal locations could be further decomposed, which would be beneficial from a cache perspective. e.g. could be broken down by taking the `times_visited` subquery out as a separate query, potentially...
**Describe the bug** At present, if you send a bad message to FlowMachine via zmq (e.g. missing a top level key), then you don't get a reply, and the sender...
Subscriber subset must be either a valid subquery, or a previously stored cache table. We should allow it to be any valid query (i.e. queued, known, executing).
It is possible to create a query that cannot be deleted from cache, by nesting it very deeply.
We increasingly make use of 'clusters' of towers, but at present the only way to get these back via the api is to treat them as Lon-lats, which doesn't give...
For reasons I can’t riddle out, flowmachine.utils does not have _any_ test coverage from the flowmachine unit tests on codecov. There is ~45% coverage from the integration tests, but zero...
Because behaviour of some routes is slightly different. The behaviour should not be different, and they shouldn't run in demo mode. (#1815 wasn't caught because of this).