-
We should add some docs to help folks create jupyter kernels that run inside singularity containers. I ran into this need recently when trying to use pytorch geometric installed in a regular Anaconda…
-
FYI, when trying any version > 6.0.3, e.g., 6.0.4, 6.0.5, et al, you will get:
`FATAL: While pulling shub image: Failed to get manifest from Shub: The requested manifest was not found in singularit…
-
In #11010, an interesting case is [discussed](https://github.com/OpenModelica/OpenModelica/issues/11010#issuecomment-2035855308) where the hybrid solver needs to handle a nonlinear system with initial…
-
Currently helpers e.g. `eq` and `jsonPath` don't work properly with `ListOrSingle` values unless you explicitly use the indexed form.
This is pretty confusing so helpers should check for this condi…
-
It looks like `Optional` was removed in this PR: https://github.com/awakesecurity/proto3-suite/pull/165/files
The reason given was that it wasn't supported in proto3, but it is in fact part of the …
-
Hi, guys.
In my project two libraries are very necessary - 'SVGKit', 'GeoSwift' (in addition to him goes 'geos').
I have added to my podfile:
pod 'GEOSwift'
pod 'SVGKit', :git => 'https://gith…
-
a simple test of shear, yellow dots should be in lower right instead of upper right, new_OI is right without transpose
```python
for i in range(1):
# create a random matrix
W = torch.…
-
First of all, the modifier and multiplier lines don't take decimals, so I have to use whole numbers. Secondly, putting -1 onto "multiplier" makes the singularity cost go directly to 0, and changing "m…
-
Minimal code:
```
window.onload = function() {
const U = math.matrix([[0.10452846326765346,-120],[-0.9945218953682733,-0]])
const b = math.matrix([-22.163070207475485, -59.419761706007094])
…
-
If a gRPC response sets multiple values for the same trailer key, split across multiple lines, all of the values are available (via the `metadata` property of the status) if the response arrives as a …
jhump updated
8 months ago