mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-30 08:57:44 +00:00
a43c443c2e
Replaced 53 assert statements across 22 files with proper if/raise patterns (TypeError, ValueError, AssertionError) to resolve Bandit B101 alerts.
Meta template
It is an example of how we organize the workspace of a competition. We expect all the competitions to align with it so the knowledge in modules (model, feature) can transfer.
The generation process of the initial template is hoped to be conducted by LLM (however, it is based on human efforts currently).