Corentin Cadiou

Results 86 comments of Corentin Cadiou

Coincidentally, it might be possible to achieve what you're looking for relatively easily™ thanks to #4741, but this PR would need to be fixed in the first place. If we...

I'm happy to help but I'm 200% busy until February 9 and won't have time until then. Most likely, these two lines are the right entry points: https://github.com/yt-project/yt/blob/1e90fd73f165283399dc45d487183a95239196fd/yt/frontends/ramses/data_structures.py#L977 https://github.com/yt-project/yt/blob/1e90fd73f165283399dc45d487183a95239196fd/yt/frontends/ramses/data_structures.py#L1046 The...

@mcepl one thing we could try is to try to build using only one thread rather than the number of cores available to see whether we indeed have no leverage...

Sure! I've submitted a PR.

FYI, I'm using https://github.com/cphyc/fortran-syntax to check my code, any comment is welcome!

I'd be happy to but I don't have time at the moment to work on this. I'd be more than happy if anyone submitted a PR to add support for...

The difficulty with the general case is that you'd have to interpolate somehow the data outside of its range - and there are no unique choices for the interpolation: linear?...

Hey, thanks for the detailed request and the suggested change. Is there any advantage of modifying the `labelLines` function rather than passing `label` arguments to the lines to be labelled...

I am sorry but I'm not sure I understand. Is your problem that you are trying to annotate multiple times each line with a different label? If so, I now...