Skip to content

Commit f192c22

Browse files
authored
fix explore and add remote (#1261)
* wip fix explore and add remote * Update changelog, add test. * wip update test. * Update wk docker image and fix test. * Fix typechecking issues. * remove parse_remote from explore_and_add_remote. * use _get_context instead of _parse_remote to get context.
1 parent f2d87e1 commit f192c22

File tree

5 files changed

+1045
-22
lines changed

5 files changed

+1045
-22
lines changed

webknossos/Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ For upgrade instructions, please check the respective _Breaking Changes_ section
2020
### Changed
2121

2222
### Fixed
23+
- Fixed an issue with `RemoteDataset.explore_and_add_remote()` where including a remote dataset failed. [#1261](https://github.com/scalableminds/webknossos-libs/pull/1261)
2324

2425

2526
## [2.0.0](https://github.com/scalableminds/webknossos-libs/releases/tag/v2.0.0) - 2025-03-04

webknossos/local_wk_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function export_vars {
22
export WK_TOKEN=1b88db86331a38c21a0b235794b9e459856490d70408bcffb767f64ade0f83d2bdb4c4e181b9a9a30cdece7cb7c65208cc43b6c1bb5987f5ece00d348b1a905502a266f8fc64f0371cd6559393d72e031d0c2d0cabad58cccf957bb258bc86f05b5dc3d4fff3d5e3d9c0389a6027d861a21e78e3222fb6c5b7944520ef21761e
33
export WK_URL=http://localhost:9000
4-
export DOCKER_TAG=master__31584
4+
export DOCKER_TAG=master__32090
55
}
66

77
function ensure_local_test_wk {

0 commit comments

Comments
 (0)