-
#### Code Sample, a copy-pastable example if possible
```python
>>> pd.date_range('2020', 'now').get_loc(pd.NaT, method='nearest')
0
# Ok? NaT would be better to propagate.
>>> pd.date_ra…
-
Currently running Bingo on postgreSQL database and developping substructure reaction queries. I get results no problem on substrure reactions but explicit hydrogens and atom-mapping on queries do not …
-
# Bug report
```python3
now = timezone.now()
MyModel.objects.annotate(
time_since_creation=now - F("created_at")
)
```
## What's wrong
```
error: No overload variant of "__sub…
-
Add [Instance Methods](https://www.tensorflow.org/api\_docs/python/tf/Tensor) to TensorFlow Frontend:
\_
Please keep in mind that the proper way to link an issue to this list is to comment "- [ …
-
- [x] script to add `~/.ssh/id_rsa.pub` in `~/.ssh/authorized_keys` on server
- [x] script to install [rsub](https://github.com/aurora/rmate/tree/57b607eb88d9d3d766a2855fd80b1b0148550611) on server
…
-
Last commit in 2017, multiple issues and what not since then. Is this project still maintained?
tsujp updated
5 years ago
-
Sublime text 3 has window class subl3.Subl3. Changing it in wmctrl command in source fixes this. I'm not sure though, does this extension support subl2 still?
-
The following code raises Exception: Tried to perform operation cswap on unallocated qubit qbl_392.0, which seems to be a bug
```
def to_be_debugged(x, p, m):
n = p.bit_length()
u = qrisp.…
-
java.lang.IllegalArgumentException: For 1D vector indices must be either scalar or vector as well
at org.nd4j.common.base.Preconditions.throwEx(Preconditions.java:636) ~[nd4j-common-1.0.0-beta7.jar:…
-
Out of the 8 cases ({+, -, *, /} × { LHS, RHS }), the following 2 cases does not work:
- `scalar * tensor` fails to compile
- `scalar / tensor` gives incorrect results by computi…
jdh8 updated
2 months ago