-
```
A use-case for this feature is the group element of BPMN. Currently, there
are only the two options: to forbid or to allow to add any other object.
But both is not expected by the modeler. If ever…
-
```
A use-case for this feature is the group element of BPMN. Currently, there
are only the two options: to forbid or to allow to add any other object.
But both is not expected by the modeler. If ever…
-
This is a weird and unexpected behavior
```python
import xarray as xr
import zarr
import s3fs
print(xr.__version__, zarr.__version__)
# -> ('0.9.7.dev3734+g26081d4f', '3.0.0b1.dev8+g9bbfd88')…
-
### Describe the bug
Running the tests from the 0.6.0 tag, the accelerate tests fail with the following stack trace:
```
self =
@require_accelerate
@unittest.skipIf(torch_device != "…
-
I added [fisheye calibration to my fork of SimpleStereo (master)](https://github.com/KevinCain/SimpleStereo/tree/master/simplestereo), following notes [here](https://github.com/decadenza/DirectStereoR…
-
When using a network that splits the tensor at some point in the network into two pieces, I run into a problem. The `torch.split` operator is not supported, so I rewrote it using two slices:
```
b =…
-
If one person pays the group bill
- [ ] A transaction will be created between each member of the group and the person who pays
Transactions in a group will be represented as a graph
- [ ] If a cycle …
-
Is it right that ggpmisc does not support lm models without interactions? Any easy way to handle it?
-
Testing #180759
1. paste an image into a markdown cell to create an attached image
2. render the markdown cell
3. ctrl+z to undo
🐛 broken image link
likely because the undo operation isn't ab…
-
The Web Annotation Data Model needs iteration...but I'm not sure the Web Publishing WG is the place to do it...yet.
Given #38 and #40, there seems to be a need to iterate on the Web Annotation Data…