-
This is not yet pushed in any branches but here are the required fixes:
- googletest needs the option for shared CRT:
```
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
```
- F…
-
### Short description
Student assignments include error handling situations. These need to be prevented and program should terminate with status different to zero. Check if output on `stderr` is eq…
-
### Reproducing code example:
Unable to compile on ARMv7
### NumPy/Python version information:
Numpy 1.21.2
Python 3.8.10
### Error message:
```
root@homeassistant:~# cat /etc…
-
Hi, I'm a big fan of this software but was wondering if it might make sense to provide the option to threshold based on a false positive rate instead of error rate (similar to what SeqPurge does using…
-
Failure to open some Presentations, not all
```
from pptx import Presentation
prs = Presentation("C:\\Users\\ISAT\\Desktop\\Teste PPT\\43733.pptx")
Traceback (most recent call last):
File "",…
-
In this design, we have a macro `user_proj_example` which has four power domains: `vccd1` `vccd2` `vdda1` `vdda2`. The issue we are having is that pdngen shorts all the power domains together when it…
-
## 🐛 Bug report
### Current Behavior
For educational purposes, I played around with the available codecs and encountered these (in my opinion erroneous) cases:
1) `t.UnknownArray` accepts `["…
-
Boost 1.79
I am trying to evaluate relations between some polygons and multi-polygons. I found that sometimes `covered_by` returns `false` when both arguments are the same shape.
Example 1:
```…
-
## 🚀 Feature request
### Current Behavior
```typescript
const myEither = E.right(123)
const num1 = myEither.right // Error: Property 'right' does not exist on type 'Left'.ts(2339)
const num…
mmkal updated
3 years ago
-
Working with masks is quite frustrating in jit-compiled functions and i would be amazing to have a function such that
```python
@jax.jit
def f(x, mask):
assert x.shape == mask.shape
# w…