You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support non-WKW layers for linking upon upload (#8773)
### URL of deployed dev instance (used for testing):
- Support non-WKW layers for linking upon upload
### Steps to test:
```
import webknossos as wk
import numpy as np
ds = wk.Dataset("test", (1,1,1))
ds.write_layer("raw", wk.COLOR_CATEGORY, data=np.zeros((2,2)))
ds.upload(layers_to_link=[wk.Dataset.open_remote("http://localhost:9000/datasets/l4_sample").get_layer("color")]
```
------
(Please delete unneeded items, merge only when none are left open)
- [x] Added changelog entry (create a `$PR_NUMBER.md` file in
`unreleased_changes` or use `./tools/create-changelog-entry.py`)
0 commit comments