Yotam Gingold

Results 73 comments of Yotam Gingold

Anyone forking numericjs should work from Daniel Holden's fork ( @orangeduck ), which added NumPy-style broadcasting and other useful stuff. He did good work. He even updated the documentation page....

This is so cool! Thank you! Did you use a script to convert the grammar? A bunch of regular expressions?

The same error was reported here: . The solution for them was to change some paths. Are you able to try that? For them it was: ``` export PATH=/usr/local/cuda-8.0/bin${PATH:+:${PATH}} export...

Those are environment variables. Can you set environment variables for the environment in which your Python is running and importing `sparseqr`?

Can you please be more specific? I can load and use `trimesh.py` with python 2.7 and python 3.7.

The main problem is the assumption that .faces stores 3 vertex indices, as opposed to a 3 or 4 (or more!) number of vertex indices. It gets converted to a...

You are correct. I don't really use complex matrices, so I didn't implement support. Feel free to submit a pull request.

This is very surprising. I would have expected that if I accessed the first conceptual "row" data, regardless of internal storage, that I would get the same result. It's not...

Which version of python are you running?

Can you try python 3.x?