Pascal Müller

Results 16 issues of Pascal Müller

**Prerequisite** - [x] I have updated to the latest version, - [x] (If applicable) I have ensured the password is correct with the flag `-v 0`, - [x] I have...

bug
need-info

Hello, I'd love to track my food but I don't want to use generic databases. I mostly care about macros anyway. What I'd like to have is an empty database...

I have this basic config file. I changed the root dir to `cmd`, not sure if that's good practice to begin with but then I figured out, I also have...

I have this code solving a PDE. If I set the force inside `equations` to a numerical value, everything is fine but if I try to replace it with a...

question

### Issue Description If you click the copy button in a code block in the docs, it copies the entire part of it. Which is expected but since the commands...

The `SphericalSWEDataset` class currently implements the `__getitem__` as follows: ```py def __getitem__(self, index): with torch.inference_mode(): with torch.no_grad(): inp, tar = self._get_sample() if self.normalize: inp = (inp - self.inp_mean) / torch.sqrt(self.inp_var)...