John C. Wright

Results 7 issues of John C. Wright

The release notes say adios python interface is compatible since 1.10, but 1.13.1 release has many print statements that don't use parenthesis. ``` Python 3.6.0 (default, Mar 16 2017, 15:05:11)...

lib/gltf.hpp(109): error: the generated default constructor for "glTF_Builder::struct_pbrMetallicRoughness" cannot be used in an initializer for its own data member { false, "pbrMetallicRoughness", {} }; ^ detected during implicit generation of...

building

I'm using the dev jupyter app. The launch works fine and the process starts on a computer node. The 'connect' button opens: https://ood.host.edu/node//33203/login where 33203 the the port jupyter is...

question

How do I run rake tests in /var/www/ood/apps/sys/dashboard wihtout scl since I am installing in ubuntu? ┆Issue is synchronized with this [Asana task](https://app.asana.com/0/1202821104799596/1203142754357835) by [Unito](https://www.unito.io)

It appears minor breaking changes have been made to the main branch without changing the version from 4.0.3 I grabbed this to rebuild and it was no longer compatible with...

trying to install from pypi xarray dependency requires numpy >=1.23 and numpy.distutils is not supported after 1.23 So for example a conda installation with python 3.11 and numpy 1.24 will...

suppose I have a million time traces on a gpu computed with pycuda. How would I plot them (or a subset) from the gpu to a notebook cell or screen...