Skip to content

Commit dd26c04

Browse files
committed
🚧 fix(wip): cleanup
1 parent e20bdbd commit dd26c04

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

examples/_test.ipynb

+17-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"\n",
1111
"# Define the magnet configuration\n",
1212
"config = {\n",
13-
" \"host\": \"prismadic:prismadic@research.prismadic.ai\",\n",
13+
" \"host\": \"research.prismadic.ai\",\n",
1414
" \"credentials\": None,\n",
1515
" \"domain\": None,\n",
1616
" \"stream_name\": username, # Corrected from \"name\" to \"stream_name\"\n",
@@ -60,7 +60,22 @@
6060
"cell_type": "code",
6161
"execution_count": null,
6262
"metadata": {},
63-
"outputs": [],
63+
"outputs": [
64+
{
65+
"name": "stdout",
66+
"output_type": "stream",
67+
"text": [
68+
"\u001b[93m🚨 WARN: nats: NotFoundError: code=404 err_code=10059 description='stream not found'\u001b[0m\n",
69+
"\u001b[93m🚨 WARN: nats: NotFoundError: code=404 err_code=10059 description='stream not found'\u001b[0m\n",
70+
"\u001b[93m🚨 WARN: nats: NotFoundError: code=404 err_code=10059 description='stream not found'\u001b[0m\n",
71+
"\u001b[93m🚨 WARN: nats: NotFoundError: code=404 err_code=10059 description='stream not found'\u001b[0m\n",
72+
"\u001b[93m🚨 WARN: nats: NotFoundError: code=404 err_code=10059 description='stream not found'\u001b[0m\n",
73+
"\u001b[93m🚨 WARN: nats: NotFoundError: code=404 err_code=10059 description='stream not found'\u001b[0m\n",
74+
"\u001b[93m🚨 WARN: nats: NotFoundError: code=404 err_code=10059 description='stream not found'\u001b[0m\n",
75+
"\u001b[93m🚨 WARN: nats: NotFoundError: code=404 err_code=10059 description='stream not found'\u001b[0m\n"
76+
]
77+
}
78+
],
6479
"source": [
6580
"import os\n",
6681
"from magnet.utils.data_classes import AcquireParams, ProcessParams, TrainParams\n",

0 commit comments

Comments
 (0)