-
### Bug Description
`update_charge` from `rmgpy/molecule/molecule.py` does not recognize cutting labels when more than 1 processes are used for reaction generation with `react` from `rmgpy/rmg/react.…
-
In Python, you don't need parentheses around tuples all the time. For example,
```py
# Swaps variables
a, b = b, a
# Iterate over list with index
for i, item in enumerate(list_of_items_):
…
-
### Is your feature request related to a problem? Please describe.
Just realized that docs can have legacy text too, so why stop at Python?
### Describe the solution you'd like
Support other comm…
-
**Is your feature request related to a problem? Please describe.**
The documentation for the "type recarray" entries in the dfn specifications is sometimes hard to understand. These parameters might …
-
Minor issue with the 'importing data into a table' tutorial (https://tutorials.datajoint.io/beginner/building-first-pipeline/python/importing-data.html).
The current tutorial mentions the method `…
-
```python
import gc
class Ham:
pass
def main():
h = Ham()
print(gc.get_referrers(h))
main()
```
prints:
```sh
pypy3 demo.py
[, (,)]
```
I th…
-
Awesome plugin! We have almost the same on in https://wemake-python-stylegui.de/en/latest/pages/usage/violations/consistency.html#wemake_python_styleguide.violations.consistency.WrongBracketPositionVi…
-
### What happened?
I have code that produces zarr data as output with configurable chunking. Recent builds have been raising unexpected `ValueErrors` about misaligned chunks, despite a) the chunk sha…
-
See #895 for motivating use case. I split this into a seperate ticket, as this does NOT solve the general LoL modeling issue
given:
```
Point:
attributes:
x:
range: float
y:…
-
This issue was suggested in dask/dask#3109
The current [definition](http://docs.scipy.org/doc/numpy/reference/c-api.generalized-ufuncs.html) of generlized ufunc signature doesn't contain some corne…