RR5555

Results 6 issues of RR5555

Greetings, I adapted your code in ''pure'' pytorch and replaced the calls to cv2 by calls to PIL. In doing so, I bumped into what could cause an issue in...

Small disclaimer: I am yet another phd student whose main scope of research happened to be SNN. What I am to say below is only based on what I currently...

Disclaimer: I did not go through all the code yet, plus not familiar with thread manipulation and such in python, and I did not run the code yet (some compatibility...

# Feature Issue #1076 proposed the following feature: > A conditional to be used "when" a file is to be included will be nice: > ```yaml > !include env/dev.yml >...

# This PR Check the current behaviour of copier. Add a test to check that "nested include paths are all relative to `copier.yml`", and its converse test to check that...

# Issue Circular transclusions lead to: ```bash E RecursionError: maximum recursion depth exceeded while calling a Python object /home/gitpod/.local/share/uv/python/cpython-3.9.23-linux-x86_64-gnu/lib/python3.9/pathlib.py:646: RecursionError ``` It might be nice to catch it as soon...