-
- File: [data_wrangling_basic.Rmd](https://github.com/EDUCE-UBC/educer/blob/wrangling-basic/inst/tutorials/data_wrangling_basic/data_wrangling_basic.Rmd).
- On branch `wrangling-basic`.
To Do:
- …
-
### 🐛 Describe the bug
from kan import *
import pickle
import control as ct
import scipy.io as sio
vars = sio.loadmat('variables.mat')
predict_time = int(vars['predict_time'][0,0])
dp = int(v…
-
I am trying to run the regression example in folder `input_templates`, and I get this error message,
```
Error: Cannot read the parameter "funit"
```
The version of repository I used is SISSO.3.5,…
-
Whenever you're learning a new language, unless it's identical to whatever you're familiar with already, it's likely you'll run into a few hiccups along the way when things don't work as you expect.
…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR20606](https://bugs.llvm.org/show_bug.cgi?id=20606) |
| Status | NEW |
| Importance | P normal |
|…
-
Hi,
I stumbled upon the following potential improvement, I am hacking it right now, but it would be great to have a proper solution. MCTS and other forward simulation techniques must have access to…
-
Running the following code (a hacky implementation of repeat).
```python
from flexflow.keras.layers import Dense, Concatenate, Input, Reshape, Multiply
import flexflow.keras.optimizers
import …
-
Would be good if we could clean up legacy branches and follow a more structured git branching model like http://nvie.com/posts/a-successful-git-branching-model/
rockt updated
9 years ago
-
Please see #1
-
NOTE: description edited 2024-4-16, so much of the following discussion may look irrelevant
The WGSL specification says that `a && b` only evaluates `b` if `a` is true, but Naga generally will alwa…