-
To finish migrating to `pytest` we will need to eliminate all `yield`-tests.
Here is a list of places where `yield` shows up in a `test_*.py` file; not all are actual test files.
```
./tests/test_in…
-
There occasionally are "small" fixes for the generated docmentation. These range from "fixing typos" to "fixing broken links" or "fixing type annotations". These usually do not involve rigorous tests,…
-
Hi!
I would like to start by congratulating you on a lovely algorithm. That being said, I am encountering a very peculiar error where the transformation matrices are giving out NaN values whenever …
-
There's a new NXcanSAS reader being implemented in SasView, and we've come across a couple of issues that aren't clear from the NXcanSAS documentation. Chief of this is the dimensionality of a 3D Q-ve…
-
You can try the python script below to generate a rectangle in rviz.
When you enable focus and move the cursor to it, rviz will crash with Segmentation fault.
![Screenshot from 2020-12-17 22-51-14…
-
[Multifaceted Feature Visualization: Uncovering the Different Types of Features Learned By Each Neuron in Deep Neural Networks](https://arxiv.org/abs/1602.03616)
We can better understand deep neural …
-
I have some Python code, based on [Panda3d](https://www.panda3d.org/), which enables fast visualization and interaction with image stacks rendered as a rectangular solid. It offers a few basic feature…
-
Hi,
I've re-implemented HOGPicture to be much faster, using a single matrix multiplication.
I think this should be in the main branch, and I don't know what would happen if I simply fork the project …
-
Hi there,
Thanks a lot for sharing this data! I'm trying to import the animations into Blender for visualization but I'm having issues with the orientations of the provided FBX rig and the BVH animat…
-
Thank you for your great work, a big step forward in data visualization!
Unfortunately, similar to #1560, I get a confusing warning, if I render a `plot.ly` created by `plotly::ggplotly(.)`:
```…