HiIAmTzeKean / Streamsight

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

remove generators from settings #83

Closed suenalaba closed 1 month ago

suenalaba commented 2 months ago

Currently the settings class has 4 generator objects, rendering the EvaluatorStreamer class to be unable to pickle.

Goal:

  1. Remove generators when pickle dump is done.
  2. Restore generators at appropriate window when loading.
HiIAmTzeKean commented 1 month ago

issue resolved in 0.2.8a