brookman1

Results 6 comments of brookman1

Seemingly matlplotlib>=3.2.2 is the lowest to go. Forced updated to version 3.2.2: ```bash pip install pdpbox>=0.2.1 pip install matplotlib>=3.2.2 ``` Ran this code in google codelab: ```python from pdpbox import...

I made a sample fix on a fork here: https://github.com/brookman1/retry.git. Also, enabled tests to run after commit.

Added pull request with removal of prints and context manager changes, added a threaded test: https://github.com/invl/retry/pull/54

As it turns out the submission doesn't work until notebook is exported as .ipynb and then imported back in for grading.

Like the ln advice part but my `/mnt/wslg/.X11-unix/` is empty. How do I add a Domain Socket in there? Do I have to umount the `/mnt/wslg/.X11-unix/` itself? The question is...

My CPU is N5095, no AVX support. I am not sure if my machine has an XPU, trying a CPU run: ``` (fastgan_env) brookman1@FIRE-BAT-9000:~/fastgan_env$ python Python 3.12.3 (main, Nov 6...