Hosseinkhan Rémy

Results 34 comments of Hosseinkhan Rémy

Thank you very much. > Otherwise I would recommend pre-computing the steady state and storing it as a restart and then initializing the `FlowEnv` with that. This is what I...

Hi @jcallaham , I have some questions regarding the behaviour of the flow under control. At low Reynolds, when injecting a white noise (totally non-continuous) $u(t) \sim Uniform(|\epsilon|)$ for any...

@jcallaham Thank you very much. I will read a bit about "Feedthrough" and related concepts soon. Indeed, you can close this issue or, if possible, transform it into a discussion...

```python from typing import Optional, Type import pathlib import tempfile import firedrake as fd # pyright: ignore [reportMissingImports] import hydrogym.firedrake as hgym LIST_MESHES = ["coarse", "medium", "fine"] LIST_STR_FLOWS = ["cylinder",...

it looks like the bug disappeared with PDF Viewer 0.16.0

@PHPirates , for now, I have not came across this bug again

From: https://github.com/tensorflow/tensorboard/blob/master/README.md > Is my data being downsampled? Am I really seeing all the data? > > TensorBoard uses [reservoir sampling](https://en.wikipedia.org/wiki/Reservoir_sampling) to downsample your data so that it can be...

I also have this bug ![image](https://github.com/user-attachments/assets/b237e93d-ab39-4b88-a460-a292efaad5d0)

@bridgeland I found that using "RawNBConvert" cells (for instance, when one wants to prevent a cell from being executed) containing "#" character triggers this error.

with `seaborn` I also had to use `\usepackage[strings]{underscore}` as specified by the preamble used by matplotlib.