Skip to content

Commit a0594ce

Browse files
authored
Merge pull request #185 from simvue-io/switch-to-simvue-factory-remote
Switch to simvue factory remote
2 parents f456cd9 + 62ceaac commit a0594ce

File tree

6 files changed

+13
-498
lines changed

6 files changed

+13
-498
lines changed

simvue/factory/remote.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def __init__(self, name: str, uniq_id: str, suppress_errors: bool = True) -> Non
3434
"Content-Type": "application/msgpack"
3535
}
3636
super().__init__(name, uniq_id, suppress_errors)
37+
self._id = uniq_id
3738

3839
@skip_if_failed("_aborted", "_suppress_errors", (None, None))
3940
def create_run(self, data) -> tuple[typing.Optional[str], typing.Optional[int]]:
@@ -79,8 +80,6 @@ def update(
7980
if self._id:
8081
data["id"] = self._id
8182

82-
data.pop("name", None)
83-
8483
logger.debug('Updating run with data: "%s"', data)
8584

8685
try:

simvue/offline.py

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)