Marek Kaluba

Results 166 comments of Marek Kaluba

yes, this I understand, but does `cov.npy` have any additional structure? :D But the best speedup will be achieved by just not solving such large an optimization problem...

@Khashayar-Neshat until then, if all you want is to solve the optimization problem and get the optimal value you may use [`sos_problem`](https://github.com/kalmarek/SymbolicWedderburn.jl/blob/master/examples/sos_problem.jl#L131) (or a modification of it). The actual model...

this is the only thing I could find about Base formatting: https://github.com/JuliaLang/julia/blob/master/CONTRIBUTING.md#code-formatting-guidelines is there something more specific? just by looking at `HypothesisTests.jl` we should also include ``` import_to_using = false...

@ararslan if we are ok with creating a single commit reformatting all the `src` and `test` then minimizing diff is not so important. If so I could also add a...

checking formatting automatically is as simple as adding this action ```yml name: format-check on: push: branches: - master - release-* pull_request: types: [opened, synchronize, reopened] jobs: build: runs-on: ubuntu-latest steps:...

@nalimilan I don't think that optimizing parameters for minimal diff is worth doing tbh. I could prepare those example diffs, but they will be large because old parts of the...

there's also a build failure due to libblastrampoline not found on aarch64-unknown-freebsd, is that expected @giordano ?

> > what version of libblastrampoline supports aarch64-freebsd? > > I believe it's 5.11.0. I can do a rebuild of 5.4.0 if needed. should we filter platforms and create two...

@ararslan let me know when rebuilt is ready!

@ViralBShah No, I think we'll wait for a new upstream version