Matt Ragoza

Results 11 issues of Matt Ragoza

This pull request implements `BatchPointSetBC`, as described in #744 . This is a subclass of `PointSetBC` that takes additional constructor arguments of `batch_size` and `shuffle`. It uses a `deepxde.data.sampler.BatchSampler` to...

Hello, this looks like a really cool library that I would love to use in my research. However, I am not able to run the provided example code using either...

- [ ] I believe this to be a bug with Open Babel - [x] This is a feature request ## Environment Information Open Babel version: Open Babel 3.1.1 Operating...

Hello, thanks for this great package. I have one feature request that would extremely useful for my use case. Similar to how matplotlib has a conceptual distinction between the axes...

answered

Excuse me, when I use the command `python3 generate.py config/generate.config`. It appears a problem as follows: Traceback (most recent call last): File "generate.py", line 48, in main(sys.argv[1:]) File "generate.py", line...

Hello, I recently read this paper and found it fascinating and very relevant to my work. I am a little bit confused by one aspect of your approach, however. I...

Does this package allow defining a custom geometry that contains the flow (for example, particles moving through pipes), and if so are there any examples of how to do this?...

The centering of grids appears to depend on the `dimension` argument- the output grids are only centered at the provided `center` if `dimension` is divisible by `resolution`. See the following...

bug

### Describe the bug, what's wrong, and what you expected. Pyvista does not display anything when I run a simple test example. I am running it in a jupyter notebook...

bug

## Description I am trying to create interactive plots in jupyter notebook in a remote computing environment, which I am accessing through OnDemand. The system recently updated to notebook version...