HiIAmTzeKean / Streamsight

NTU FYP Project
https://hiiamtzekean.github.io/Streamsight/
1 stars 1 forks source link

bug: register error if algorithm does not implement base class #80

Closed HiIAmTzeKean closed 2 months ago

HiIAmTzeKean commented 2 months ago

if algorithm does not implement the base algorithm class it might not contain the property identifier and this will cause an error to be thrown.

Ideally, there should be a check that the algorithm is an instance of the base class, but as a work around, we will just check for the property.