-
For piecewise functions, added trapezoid option to riemann_sum and riemann_sum_integral_approximation to already existing option of left, right and midpoint.
Deprecated, trapezoid_integral_approxim…
-
Pipe flow PK was implemented separately from Shallow Water (SW) PK, and hence should not affect the SW PK tests. However, the errors in SW Thacker test (src/pks/shallow_water/test/shallow_water_Thacke…
-
https://github.com/riemann/riemann-nodejs-client/blob/master/riemann/serializer.js#L17
When bundling, this becomes the directory of the caller, leading to:
```
(node:17555) UnhandledPromiseReje…
-
## What did you do
- How was the cluster created?
```console
k3d cluster create --k3s-arg '--disable=local-storage,metrics-server@server:0' --no-lb \
--k3s-arg --write-kubeconfig-mode=644 --…
alpeb updated
3 weeks ago
-
As this is a fork of the original, and the [original seemed to incorporate query support in some form](https://github.com/perezd/riemann-nodejs-client/issues/1) (albeit without any examples)
I'm assu…
daluu updated
8 years ago
-
I get the following error when trying to use the fluentd riemann plugin.
2015-07-14 11:49:29 +0100 [warn]: temporarily failed to flush the buffer. next_retry=2015-07-14 11:49:30 +0100 error_class="N…
-
- [ ] implement and verify new routine calling sequence across multiple repositories:
- [ ] open pull request to riemann repo
- [ ] open pull request to pyclaw repo
- [ ] open pull request to amrclaw…
-
Hi,
Do you have any plan to add back the Riemann support in 3.x ?
Thanks !
-
Hello,
With this config:
```clojure
(streams
(sum-over-time (index) #(info %)))
```
I expected to have a log telling me that the sum-over-time stream is deprecated (cf [here](https://gith…
-
I have recently tested out the Riemann Theta function to compute
$S_M= \sum_{x \in \mathbb{Z}^n} e^{-x^TMx}.$
for real symmetric M.
In terms of the Riemann Theta function this equals theta(0|iM/pi…