aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/fips_iut_demo.py
Commit message (Collapse)AuthorAgeFilesLines
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-081-30/+0
| | | | | | | | | | * Unifies CLIs into sine CLI * Merge much of dataset functionality into `Dataset` baseclass * Refactor `unittest` -> `pytest` * Unify processing pipeline across datasets (common public functions) * Unify and refactor processing of auxillary datasets (CPE, CVE, PP, Algorithms, ...) * Upgrade Github Actions pipelines * Allow for failure of some tests * Refactor type hints
* reorganize imports in examples, CLIs, notebooksAdam Janovsky2022-05-131-1/+1
|
* Fix IUT/MIP demos.J08nY2021-12-231-1/+2
|
* Split sample and dataset stuff in IUT and MIP.J08nY2021-12-231-1/+1
|
* Split MIP+IUT code into CLI part in examples and rest in library.J08nY2021-12-231-0/+29