mirror of
https://github.com/clearml/clearml-server
synced 2025-06-26 23:15:47 +00:00
Support receiving mixed events for both locked and unlocked tasks and models events.add_batch
This commit is contained in:
@@ -218,6 +218,7 @@ class TestTaskEvents(TestService):
|
||||
msg=f"This is a log message",
|
||||
metric="Metric0",
|
||||
variant="Variant0",
|
||||
allow_locked=True,
|
||||
)
|
||||
)
|
||||
self.send_batch(events)
|
||||
|
||||
Reference in New Issue
Block a user