Skip to content

Commit

Permalink
show ids
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Dec 9, 2024
1 parent 5f5c94c commit 65a01b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbs/src/nixtla_client.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2453,7 +2453,7 @@
"# list finetuned models\n",
"models = nixtla_client.finetuned_models()\n",
"ids = {m['id'] for m in models}\n",
"assert {model_id1, model_id2} <= ids"
"assert {model_id1, model_id2} <= ids, [{model_id1, model_id2}, ids]"
]
},
{
Expand Down

0 comments on commit 65a01b6

Please sign in to comment.