You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2026. It is now read-only.
Running the sample notebook "Testing Models -- Sentence Pair Classification".
Following code:
# Launch AdaTest!
tests.adapt(
model,
generator=gen_model,
auto_save=True, # Set to "True" to automatically save tests as they are made.
)
# Optionally:
#adatest.serve(tests(model, generator=gen_model, auto_save=True), host='127.0.0.1', port=8080)
Doesn't generate interactive Widget through VSCode or AzureML Notebook experience. Probably not unsurprising. However, when uncommenting the .serve function to generate standalone client, get the error:
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
Cell In[22], line 10
3 tests.adapt(
4 model,
5 generator=gen_model,
6 auto_save=True, # Set to "True" to automatically save tests as they are made.
7 )
9 # Optionally:
---> 10 adatest.serve(tests(model, generator=gen_model, auto_save=True), host='127.0.0.1', port=8080)
TypeError: 'TestTree' object is not callable
Running in Jupyter, the widget loads, but then just spins when clicking 'Suggest tests'.
Running the sample notebook "Testing Models -- Sentence Pair Classification".
Following code:
Doesn't generate interactive Widget through VSCode or AzureML Notebook experience. Probably not unsurprising. However, when uncommenting the .serve function to generate standalone client, get the error:
Running in Jupyter, the widget loads, but then just spins when clicking 'Suggest tests'.