Mustafa Al Ibrahim

Results 50 comments of Mustafa Al Ibrahim

@soupault The common definitions for circularity and roundness are orthogonal. Circularity/sphercity(in 3D) defines how much the shape resembles a circle (e.g., an elipse is elongate is not circular). Roundness studies...

Unfortunately not. I just did it in powerpoint. Add a rectangle with gradient fill and set up the two end members for it (yellow and red).

I would note that qtconsole, and tqdm currently assume the existance of standard output (write and flush function). I've encountered the issue when bundling napari in briefcase (which uses pythonw...

I got a similar error on windows when using `python -m build`. I ended up forcing it to use the current virtual environment which has numpy already installed. I used...

I am not sure how the thumbnail is currently generated but if it is a resize of the image then that is a large overhead for large 2D images for...

For future: I had/have similar issue. I am packaging pytorch Cuda as well as quite a number of packages and hitting the limits of what WIX and the Msi format...

Thanks. I will check it out. I am fairly new to pyvista in terms of experinece so I don't know lots of capaiblities (e.g., sample function. I also gave it...

You are correct. The proportion is currently by the number of grains/particles. It is not by volume. The resizetype is unrealted. I will keep this in mind for future updates...

Let me add a quick example here for future use. In the example, `finalize_data` is called just before `data` is garbage collected. So, the expectation is when the user runs...

@mhsmith @freakboy3742 Some thoughts that could be totally wrong: - I see that wix (version 6) is now distributed as a cli too independent of dotnet and nuget (https://github.com/wixtoolset/wix/releases/tag/v6.0.1). This...