tetherless-world / mowgli-etl

DARPA Machine Common Sense (MCS) Multi-modal Open World Grounded Learning and Inference (MOWGLI) Extract-Transform-Load sub-project
MIT License
6 stars 1 forks source link

Transformer Unit Testing #6

Closed dfamilia33 closed 4 years ago

dfamilia33 commented 4 years ago

Implemented unit tests for the transformer.

Transformer: mowgli\lib\etl\usf

Testing: tests\mowgli_test\lib\etl\usf

stouffers commented 4 years ago

Reviewed this with Daniel last week. The PR contained unintended LF -> CRLF replacements for most of the files in the repo. I committed a .gitattributes file in master to address this and Daniel rebased his code onto master, which removed the unintended modifications. Daniel started working on his Extractor implementation and will resubmit a pr when that is complete.