-
### What happened?
```julia
function loss_fnc(tree, dataset::Dataset{T,L}, options, idx) where {T,L}
# Extract data for the given indices
X = idx === nothing ? dataset.X : view(dat…
-
### Prerequisites
- [x] I have carried out troubleshooting steps and I believe I have found a bug.
- [x] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
…
-
Code
```
var ipt = new Interpreter()
ipt.SetVariable("a", 0);
ipt.SetVariable("b", 10);
ipt.SetVariable("c", 20);
var result = ipt.Eval("a = b + c"); //
-
The ultimate test of whether something can be assigned to is to actually try assigning to it.
It may therefore make sense to replace the
```r
if(.validLHS(xn,parent.frame())){ #If x not anonym…
-
-
How do you send an expression in an editor tab to the repl for evaluation? Does atom-slime have an equivalent for any of these slime commands?
https://common-lisp.net/project/slime/doc/html/Evaluat…
mnewt updated
6 years ago
-
https://stackoverflow.com/questions/15819919/where-can-i-find-unit-tests-for-regular-expressions-in-multiple-languages
-
If you have a matcher that has multiple conditions such as the one below:
```
m = (r.user == p.user && r.path == p.resource && r.action == p.action) || \
(r.input.service == p.svc && r.input.…
-
No, the following expression must be true, which it is not: `eval(repr(repository)) == repository`.
Please use the default methods from `dict` for the time being. In the future, we ca…
-
### Describe the bug
https://github.com/melMass/comfy_mtb/blob/9651a7034120589b059329b21688708e42772453/nodes/graph_utils.py#L479
```python
class MTB_MathExpression:
"""Node to evaluate a si…