aibasel / machetli

GNU General Public License v3.0
6 stars 3 forks source link

pickle should happen in try-catch block #73

Closed ClemensBuechner closed 1 year ago

FlorianPommerening commented 1 year ago

Unpickling is not caught by a try-catch, but any error there will raise an exception and be treated as a critical evaluator errors. For pickling, we don't know what errors to catch and how to handle them, so we decided to wait until this becomes an issue in a real task.