Nikolas Claussen

Results 10 issues of Nikolas Claussen

I got an error when running ```nbdev_readme```. Traceback: ``` concurrent.futures.process._RemoteTraceback: """ Traceback (most recent call last): File "/home/nikolas/Programs/miniconda3/lib/python3.9/site-packages/IPython/core/formatters.py", line 221, in catch_format_error r = method(self, *args, **kwargs) File "/home/nikolas/Programs/miniconda3/lib/python3.9/site-packages/IPython/core/formatters.py", line...

This is a feature request. At the moment, Diffrax only supports two types of events, `DiscreteTerminatingEvent` and `SteadyStateEvent`. For many applications (ODEs with collision or reflection, first passage problems for...

feature
next

Hi, I am running into a strange issue when using the `diffrax.diffeqsolve` with the `discrete_terminating_event` argument which I believe is due to a large number of JIT-recompiles, making execution time...

question

Reading `.obj` mesh with multiple texture vertices/vertex fails. This situation occurs frequently in UV mapping - when cuts are made to map a mesh which is not topologically a disk...

Hi Patrick, thanks for providing this excellent tool. Is there any chance you have a command line utility for computing surface-surface maps for user-specified meshes saved on disk, for people...

For a function that returns multiple objects, parsing a numpy-style doctring with nbdev.showdoc (and nbdev_preview in the command window) only shows the first returned object. Example: ``` def f(x): """...

bug

`nbdev_readme` fails if I have a backslash in the docstring of any exported function, e.g. ``` #| export def f(): """ Example doctring $x \mapsto y$ """ return None ```...

bug

When initialized using a list of faces, (the `face_list_of_indices` argument), `pmeshlab.Mesh` mangles texture information (passed via the `v_tex_coords_matrix` argument). Example: ``` vertices_test = np.array([0.0,0.0,0]) textures_test = np.array([0.5,0.5]) mesh_test = pymeshlab.Mesh(vertex_matrix=vertices_test,...

Hello, thank you for this excellent tool. I want to use it as part of a surface-to-surface registration pipeline for biological image analysis (by mapping each surface to a disk...

Hello, on my laptop, I almost immediately run out of RAM when loading even a tiny image (250kB, 50*50*100 pixels) into MicroscopyNodes and opening the shading workspace. It looks like...