Paddy Harrison

Results 7 issues of Paddy Harrison

## Description When opening `jupyterlab.app` from the app launcher on MacOS, ie. clicking the icon, variables stored in `.zshrc` such as `$PYTHONPATH` are not loaded into the notebook interpreter such...

bug

As discussed in #2279 the docstrings of `elevation`, `azimuth`, and `roll` appear to be misleading for `TurntableCamera`. This PR aims to address this and also implements `roll` functionality. The `TurntableCamera._get_rotation_tr()`...

type: bug
component: scene
docs-website

**Describe the bug** The crop offsets do not appear to be maintained when loading the state file. In fact the correct crop offsets are maintained when viewing the crop in...

It appears that default behaviour when using `Vector3d.__mul__` etc is inconsistent with NumPy. For example (from the tests): ```python >>> from orix.vector import Vector3d >>> vector, other, expected = [1,...

dev

As discussed in https://github.com/pyxem/orix/pull/334#discussion_r873158671 with @hakonanes and @din14970 we should gradually introduce type hints into orix. This opens up the possibility to perform type checking at during the development phase...

dev

When providing the argument `sigma > 0` to `pole_density_function` we currently convolve a gaussian to the distribution histogram. Internally `pole_density_function` uses an equal area sampling grid on S2 to ensure...

enhancement

Hi, I am experiencing a problem on macOS Big Sur (11.1), where I am trying to import pyopengl and the following error occurs when installing through conda (and happens with...