-
In the file logn/cache.py, there is a print statement on line 52 used for logging. According to our coding standards, any unnecessary info logs should be deleted. Please remove or replace this print s…
-
In the function `log_error` in sweepai/utils/ticket_utils.py, errors are logged without using traceback. This makes it harder to debug errors when they occur. Please update the function to include tra…
-
### Describe the bug
~~When I enabled `WANDB_WATCH=all` in my Pytorch/Transformers training loop~~ (Seems to be unrelated to watch) I got a Recursion Limit Exception `maximum recursion depth exce…
-
**Background:**
I wanted to add something to Guake and because of this wanted to checkout the code locally and set it up for development. For that I had a look at the CI and tried to run all make c…
-
BPO | [46372](https://bugs.python.org/issue46372)
--- | :---
Nosy | @gvanrossum, @mdickinson, @markshannon, @brandtbucher
PRs | python/cpython#30594
*Note: these values reflect the state of the issue…
-
I am encountering a strange error, while using Mamba with torch 2.1.1+cu118 on Linux.
In another environment with torch 1.13.1+cu116 the same code works fine.
`ImportError: /home/user1/.conda/envs…
-
In the file sweepai/utils/graph.py, the error logs do not use traceback during exceptions. This makes it harder to debug the code when an error occurs.
For example, in the `topological_sort` method,…
-
Looks like still `docs/` directory is not included in pypi sdits tar ball.
Additionally new version git tree has removed setup.py so no longer is possible to generate sphinx documentation using `buil…
-
**Describe the bug**
When I press '/' to search for events in interactive mode, khal crashes
**If applicable: Stack Trace**
```
Traceback (most recent call last):
File "/usr/local/Cellar/kha…
-
In the file logn/logn.py, there are a couple of places where exceptions are caught but traceback is not used for logging. This is against the user's rules which state that all error logs should use tr…