Julian Gilbey

Results 87 issues of Julian Gilbey

I was looking at issue #298 and have submitted a patch for it. Unfortunately, though, the test still fails, because `qdarkstyle.utils.images.create_images()` requires the palette passed to it to have an...

This is an interesting one I just stumbled upon during some experiments. ```python from fastai.tabular.all import * df = pd.DataFrame({'dep': ["a", "b", "b", "a"], 'x': [0., 0.5, 1., 1.5], 'y':...

Here's the output I'm getting when running the test suite: ``` .../pytest-tornasync $ pytest-3 ============================= test session starts ============================== platform linux -- Python 3.9.1+, pytest-6.0.2, py-1.10.0, pluggy-0.13.0 PyQt5 5.15.2 --...

Hi! As part of the Debian build, the package tests are run in a minimal chroot environment. I've set the `HOME` environment variable first: ``` (sid-sbuild)jdg@euler:/build/send2trash-IKQvlF/send2trash-1.8.1~b0$ export HOME=$(mktemp -p) (sid-sbuild)jdg@euler:/build/send2trash-IKQvlF/send2trash-1.8.1~b0$...

Hi Andrew! All of the copyright notices say that this package is copyright by Virgil Dupras, but you seem to be making all of the recent commits and own the...

### Issue Report Checklist * [x] Searched the [issues page](https://github.com/spyder-ide/spyder/issues?q=is%3Aissue) for similar reports * [x] Read the relevant sections of the [Spyder Troubleshooting Guide](https://github.com/spyder-ide/spyder/wiki/Troubleshooting-Guide-and-FAQ) and followed its advice * [...

type:Bug
component:Code Completion
upstream

I wasn't quite sure where to report this, as `__init.py__` does not actually seem to appear in this repository (only in the `fastbook` package). Running the notebook for chapter 4,...

In the cell which reads: ```python learn = cnn_learner(dls, resnet18, metrics=error_rate) learn.fine_tune(4) ``` I'm getting the warning: ``` /home/jdg/fast.ai.course/fastai-venv/lib/python3.9/site-packages/PIL/Image.py:951: UserWarning: Palette images with Transparency expressed in bytes should be converted...

**Describe the bug** I ran `pip install --user cvxpy` (or rather, it was pulled in by another package), and I found a directory called `examples` in my Python library directory....

I just ran the package tests on an i386 architecture, and one of them failed because the last few digits of a float were unequal, presumably because it's 32 bit...