-
**Exercise 62** - Considering two arrays with shape (1,3) and (3,1), how to compute their sum using an iterator?
**Code**
```python
a = np.random.randint(0, 10, (1, 3))
b = np.random.randint(0, 10…
-
## 🚀 Model / language coverage
The idea is to support LLaVa model from HF. This issue is mainly for tracking the status.
Blocking issues:
- [ ] #735
- [ ] #124
### Minimal Repro
First o…
-
When writing documentation pages for Stencila, we want to be able to use Stencila itself to dogfood using Stencila.
Using a quad-backtick fence lets us print actual literal srings that the user wo…
-
An issue was introduced when changing the calculation of s_range inside the run() function from _np.random.choice()_ to _np.random.randint()_. This change has caused **method-3** in the **QFT Qiskit**…
-
import random
from flask import Flask, render_template, request, session
app = Flask(__name__)
app.secret_key = 'your_secret_key'
@app.route('/', methods=['GET', 'POST'])
def index():
if…
-
**[UPD]:**
When serialized classes are in one file, then the bug is not present.
**Describe the bug**
When a serialized class has two sealed superlcasses, it appears not registered.
**To Repro…
-
**Describe the bug**
**randint()** can't move to the cursor
**Steps to reproduce the behavior**
1.Navigate to https://arcade.makecode.com/beta#
2.New project
3.Drag **randint()** to the cursor…
-
chi square test
reference:
- http://math.stackexchange.com/questions/2435/is-there-a-simple-test-for-uniform-distributions
- http://en.wikipedia.org/wiki/Pearson's_chi-squared_test
-
Concerning the error in `src/sage/libs/gap/element.pyx`, it happens in line 2489:
```
for i in range(100):
rnd = [ randint(-10,10) for i in range(randint(0,7)) ]
# compute the sum …
-
```
>>> numpy.random.randint(0, 2, dtype='bool')
True
>>> cupy.random.randint(0, 2, dtype='bool')
Traceback (most recent call last):
File "", line 1, in
File "/home/nishino/.local/lib/pytho…