Tim Burgess

Results 9 issues of Tim Burgess

Hi, So I'm a user of a package which depends on codepy (devitoproject.org). Since the compilations it generates can be quite slow (several minutes each), parallelism is obviously desirable if...

I would argue this should at the very least be called `devito_examples` or something along those lines? Same with `benchmarks`.

examples
benchmarking

This may not be the right way to approach this... but the code below generates a pretty funky and not-very-helpful error :) ``` from devito import Grid, Function, TimeFunction, Operator,...

bug-py-minor

Some of the methods of devito.Data rely on attributes set in `__new__` and `__array_finalize__`, when these are not always called. For example, this code: ``` from devito import Grid, Function...

bug-py-minor

To block next release before documentation about `Buffer` comes out.

Background: our use case always involves applying Operators to different Functions/Constants/etc than the ones they were originally built with. This is because compilation is expensive, and we reuse the compiled...

(at least before the next JNI call, which is what generates a warning) This was discovered with -Xcheck:jni, leading to warnings like these ``` WARNING in native method: JNI call...

Hi! I've been tracking down a very rare crash in our application, and I think I've reached a point where I can see a problem in gmpy2 - would very...

**Describe the bug** We have an environment where outbound access is firewalled and HTTP(s) access goes through a proxy. After following the (disappointing, but somewhat understandble) discussions on this topic...

Type: Bug
Priority: Normal