Jeffrey S. Oishi

Results 5 issues of Jeffrey S. Oishi

Using python3.6.6 and jupyter 4.4.0/notebook 5.5.0, if I do $ pip3 install jp_proxy_widget it seems to install OK, but when I go to do $ jupyter nbextension enable --py --sys-prefix...

If you accidentally try to add two S2 bases with different radii, the error message is `TypeError: unsupported operand type(s) for +: 'SphereBasis' and 'SphereBasis'` This does not explain the...

enhancement

Vector quantities output to HDF5 files are missing the dimension corresponding to vector/tensor component(s). Instead they currently skip that dimension, moving to the next one and leaving the trailing dimensions...

- Fixes issue #190 - addes scale names to scale objects as well as tasks - addes coordinate scales `coords` for tensor component dimensions populated from coordinate name strings from...

If an analysis task including a vector field scaled to greater than 1, ``` hires=True if hires: logger.info("saving high resolution data") hires = solver.evaluator.add_file_handler('hires', sim_dt=0.25, max_writes=50) hires.add_task(u, name='u_scales', scales=4) ```...

bug