Merged in refactor/one-time-io (pull request #648)

Refactor/one time io

* Delete client work

* Streamline imports

* Fix list class

* Update tests

* Clear code funcs test

* Fix unit tests

* Single read code funcs

* Single-read model

* Single-load embeddings

* Successful E2E test

* update unit tests

* Update importsg

* Reload poetry.lock

* remove old exhibit header function

* Remove aarete_derived generic function

* remove align and format tables

* Remove strings to dict

* references

* Clear code

* Move preprocessing_funcs

* remove keywords

* refactor postprocessing_funcs

* Pass unit test - remove qa_qc directory

* Black and isort

* remove print


Approved-by: Alex Galarce
This commit is contained in:
Katon Minhas
2025-08-05 20:46:19 +00:00
parent c223e7fe50
commit c4e519894b
139 changed files with 9354 additions and 12395 deletions
@@ -1,6 +1,6 @@
import src.utils.embedding_utils as embedding_utils
from crosswalk.crosswalk_utils import CrosswalkBuilder
from src.utils.crosswalk_utils import CrosswalkBuilder
import src.codes.code_funcs as code_funcs
import os