[Issue 23630] Regression in library caused by dmd 2.101.0 update

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jan 15 12:05:31 UTC 2023


https://issues.dlang.org/show_bug.cgi?id=23630

--- Comment #2 from Dennis <dkorpel at live.nl> ---
When using digger bisect, it fails on older dmd versions with an assertion
error on golem.models.linear:165
```
assert(model.predict(dataset[5][0])[0] > 0.5);
```

--


More information about the Digitalmars-d-bugs mailing list