Ashwin V. Mohanan

Results 234 comments of Ashwin V. Mohanan

I suspect [system jitter in the profiling](https://github.com/pydata/xarray/issues/2799#issuecomment-538570946) as the time for `Dataset.isel` went up. It would be useful to run [`sudo python -m pyperf system tune`](https://pyperf.readthedocs.io/en/latest/cli.html#pyperf-system) before running profiler/benchmarks.

Very cool. I tried with the [periodic hill](https://github.com/exabl/snek5000-phill) example's initial condition, sliced using Paraview. It has funky boundaries: ![Figure_1_bound](https://user-images.githubusercontent.com/9155111/110100125-58a03380-7da2-11eb-8e85-b071a2817805.png) ![Figure_1](https://user-images.githubusercontent.com/9155111/110100160-60f86e80-7da2-11eb-8225-d0770d8e34fa.png) So there are some "rough edges", but for simple cases...

Thank you so much. Do you think adding a Paraview Python interface to slice and generate VTK files / arrays in memory would be useful for turbulucid?

:+1:. ArchLinux's [`code`](https://archlinux.org/packages/community/x86_64/code/) package also relies on OpenVSX and this package cannot be installed.

Relevant discussion here: pyFFTW/pyFFTW/issues/229

I feel this is a tricky territory. It is good that you are not distributing any binary, but that is the ambiguity right. It would have been fine, if you...

Not a legal advice, but enjoy: https://cicero.xyz/v2/remark/github/coderefinery/software-licensing/master/talk.md/#23

I am not the author of the presentation, but * source = recipe * binary = cake

Yeah that is incorrect I agree with you. I think the point that they are making is since `menu` is a *library* linking the GPL `cake`, `menu` has to be...

I think you can rely on the clarification in https://github.com/JuliaMath/FFTW.jl#license, which is MIT licensed. This is the safest interpretation since one of the authors of FFTW is involved in that...