seeq12 / seeq-azureml

Seeq - Azure ML integration example
Apache License 2.0
7 stars 0 forks source link

bugfix - input signals outside of an asset tree #15

Closed monstrorivas closed 2 years ago

monstrorivas commented 2 years ago

We are fixing a bug that prevented the AzureML add-on to send Seeq signals to an AzureML model if the signals didn't belong to an asset tree.

It looks like several files have changed but it's mainly "lint" changes. The only real change is in seeq/addons/azureml/backend/_seeq_inputs_provider.py and a fix on the unit tests (tests/test_backend.py)