scailable / sclblpy

Python package for Scailable uploads
MIT License
19 stars 1 forks source link

Make example input row not-optional #10

Closed MKaptein closed 4 years ago

MKaptein commented 4 years ago

It is now optional to provide an example feature vector. We decided to make this a required argument (and off-course the test should pass).

Note:

MKaptein commented 4 years ago

Example row is now a required argument and is checked; if it fails it results in a "FATAL" warning and a stop of the upload progress.