Jack Betteridge

Results 15 comments of Jack Betteridge

If you use floor, you may end up writing more nsnaps than you have allocated for. This was the issue Ed was seeing in his notebook and the generated code...

When I wrote my guide, I settled on (8,6), but this might need adjustment. If you are using plt.figure(figsize=(w, h)) you can try a few values. Given that this plot...

Once upon a time I wrote a guide for matplotlib (in jupyter notebooks), you may or may not find it useful. It's still available here. --- View entire conversation on...

Here is a wonderful list of failing examples that this PR now addresses: ```python import devito as dv import sympy as sym grid = dv.Grid(shape=(11,), extent=(1,)) x = grid.dimensions[0] u...

The missing functionality in Sympy is now addressed in the following PR: https://github.com/sympy/sympy/pull/28248

> The missing functionality in Sympy is now addressed in the following PR: > > [sympy/sympy#28248](https://github.com/sympy/sympy/pull/28248) This has been merged

Results of profiling: See all resources in the compressed folder ``` $ ./profiling_demo.sh | tee output.txt Switched to branch 'worktree_py312' Your branch is up to date with 'main'. Operator `Kernel`...

Fixed --- View entire conversation on ReviewNB

Comment was superfluous anyway --- View entire conversation on ReviewNB

It isn't, but I really don't think it's necessary to invoke the wrath of examples.seismic.source.py that whole file could be 5 lines IMHO. I will change it if I'm instructed...