mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
Store trial note in study_system_attrs
This commit is contained in:
@@ -15,7 +15,7 @@ class NoteTestCase(TestCase):
|
||||
("012345", 2),
|
||||
]:
|
||||
with self.subTest(f"with_{dummy_body_str}_{attr_len}"):
|
||||
attrs = note.split_body(dummy_body_str)
|
||||
attrs = note.split_body(dummy_body_str, None)
|
||||
assert len(attrs) == attr_len
|
||||
actual = note.concat_body(attrs)
|
||||
actual = note.concat_body(attrs, None)
|
||||
assert dummy_body_str == actual
|
||||
|
||||
Reference in New Issue
Block a user