-
# Bug report
When the `ArgumentParser.parse_known_args()` method is used to parse a parameter with `action='append'` set, the parameter will be parsed in the whole argument list, including argument…
-
In python 3.12, I get below error
Traceback (most recent call last):
File "/.local/share/nvim/lazy/django-neotest/neotest.py", line 20, in
main(sys.argv[1:])
File "/.local/share/nvim/la…
-
tl;dr: should a `peerDependency` between a package and it's type package be required? That could avoid automatically getting incompatible versions of a package and it's type dependency (like in the ex…
-
as optparse is deprecated, shouldn't bottle move to use the new standard argparse ?
-
when calling tlsrpt-* scripts without any parameter, users should see a meaningful message. Currently, python Traceback happen.
```
# tlsrpt-reporter
Traceback (most recent call last):
File "…
-
If the --center argument starts with a negative number argparse fails (see https://bugs.python.org/issue9334)
```
$ python sample_for_pdb.py --pdb_path ./example/6j00.pdb --center '-42.6,-30.6,-11.6…
-
**Description**:
Hello, I encountered a `torch.cuda.OutOfMemoryError` while fine-tuning a model using `trainer.py`. My setup includes only a single GPU with 32GB of memory, and the error occurs eve…
-
-
Thank you for kindly sharing the source training code.
However, in the RNNSearch model, the arguments in ``wargs.py`` are not written in ``argparse`` formats. Would you mind refactoring this part an…
-
Functions and classes handling command-line argument parsing using the `argparse` module as the base are peppered throughout the database. Functions named like `argparse_*`, and classes like `*Argumen…