-
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…
-
-
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…
-
# Bug report
### Bug description:
Attempting to install cython on the 3.13 branch fails with what looks like an infinite loop that sits there and burns CPU forever.
I have bisected this to ht…
-
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…
-
### Operating System
macOS
### Other Linux
_No response_
### Workflow Version
v1.4.0
### Workflow Execution
EPI2ME Desktop (Local)
### Other workflow execution
_No response_
### EPI2ME Versi…
-
Brand new checkout on Scientific Linux machine running Python 2.6.6
```
$ ./update
Need to fetch Hashdist...
Initialized empty Git repository in /workspace/dev/python-hpcmp2/_hashdist/.git/
remote: …
-
**Describe the bug**
When working on my projects (Slowroll, reproducible builds), I often run many `osc` calls on thousands of packages. Since this runs in the PRG2 DC, latency is not limiting speed,…
-
Thanks for your great work! When trying to reproduce your work, I cannot train your vanilla NeRF due to lacking of `opt.py` which exists in `nerf_pl`; I tried to use `datasets/opts.py` instead but the…
-
It seems there is a bug in the example 'capture_activations.py' script. There are two
```
parser=argparse.ArgumentParser()
```
statements making it only use the arguments from the last statement. …