Jonny

Results 30 comments of Jonny

Thanks… I think it’s maybe a default colab thing? > On 2 Feb 2022, at 21:30, Atem Serem ***@***.***> wrote: > >  > @jonnymaserati With a blank virtualenv installed...

Hi @prasadkumar0590! Can you let me know which version of `welleng` you have installed? ```python we.version.__version__ ``` Also, what OS are you running this on? I just tried with ver0.4.13...

Hi @prasadkumar0590. Given that `welleng` has been developed in an Ubuntu OS, this shouldn't be an issue. Some of the dependencies require some system level libraries. For example, VTK needs:...

The [scipy.signal.argrelmin](https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.argrelmin.html) function can be used to find the local minima of the SF results. Then use a [scipy.optimize.minimize](https://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.minimize.html) function to return the minimum SF in the identified interval along...

That's a nice problem @huangkai31. How constrained is your new target? Can you hit any position on that plane (no lateral constraint, you just need to be at a certain...

@huangkai31 did you manage to figure this one out?

[Greenwich](https://en.wikipedia.org/wiki/Greenwich).

Hi @mlr07. Exactly. I played with doing this a while back as a proof of concept with some previous code I'd written. This one's a bit clunky but you'll get...

It's just the time @mlr07 and also trying to figure out exactly what the target audience want/need. Things have progressed through... looks like Plotly Dash works with VTK now which...

Thank you... I'll take a look! Is this the bug you've previously mentioned and raised an issue for on the VTK project repo?