Eric Hanson
Eric Hanson
* If we use `evaluate` in a reformulation, then we are locking in the currently-`fix!`ed value to the expression tree, and later updates to it (or `free!`s won't be respected....
closes #376 It is just a reformulation and doesn't need any Convex.jl internals, but it is not super obvious how to do it (a direct scalar loopy approach would be...
IMO it would be useful if the printing for a `Problem` showed something like the total size of variables/constraints/etc. I suppose we don't really know that fully until the MOI...
I.e. I think it would be great if the `manager` could store a `Bool` for whether or not we want to run these lines: https://github.com/beacon-biosignals/K8sClusterManagers.jl/blob/905c995d0ca6300a188e2e8dc7ef5c87a7548295/src/native_driver.jl#L118-L124 It probably should default to...
This isn't strictly a K8sClusterManagers.jl issue, but @omus pointed me here :). I was running hyperparameter optimization on a model using `@phyperopt` from [Hyperopt.jl](https://github.com/baggepinnen/Hyperopt.jl) with `pmap=Parallelism.robust_pmap` from [Parallelism.jl](https://github.com/invenia/Parallelism.jl). I would...
This would be useful for debugging for example. Suggested by @soulshake on Slack.
Or otherwise easily apply `cluster-autoscaler.kubernetes.io/safe-to-evict: "false"`, which is likely desirable whenever running a single computational job/script (as opposed to a service that should be downscaled when idle etc).
```juliaa ❯ kubectl run -it example-manager-pod --image julia:1 kubectl run --generator=deployment/apps.v1 is DEPRECATED and will be removed in a future version. Use kubectl run --generator=run-pod/v1 or kubectl create instead. ```
```julia julia> import Pkg; julia> begin Pkg.add(url="https://github.com/clemapfel/mousetrap.jl") Pkg.test("Mousetrap") end Cloning git-repo `ssh://[email protected]/clemapfel/mousetrap.jl.git` Updating git-repo `ssh://[email protected]/clemapfel/mousetrap.jl.git` Resolving package versions... Installed EpollShim_jll ──────── v0.0.20230411+0 Installed xkbcommon_jll ──────── v1.4.1+1 Installed Tar_jll ────────────── v1.35.0+0...
```julia ERROR: MethodError: Cannot `convert` an object of type Samples{Base.ReshapedArray{UInt8, 2, SubArray{UInt8, 1, Arrow.Primitive{UInt8, Vector{UInt8}}, Tuple{UnitRange{Int64}}, true}, Tuple{}}} to an object of type Samples{Matrix{UInt8}} Closest candidates are: convert(::Type{T}, ::Intervals.AnchoredInterval{P, T})...