model: remove the try/except
Since try/except context are known to be expensive in Python, it seems useful to remove them.
Loading
Please register or sign in to comment
Since try/except context are known to be expensive in Python, it seems useful to remove them.