mitchute / GLHE

MIT License
2 stars 3 forks source link

Write Input Processor #55

Closed mitchute closed 6 years ago

mitchute commented 6 years ago

Writing an input processor that takes the compact input file, expands the object definitions as needed, then returns a fully processed file. This way all of the information needed to create a new object can be passed directly without having to reference and look up other information. It should also validate against a schema.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 221


Changes Missing Coverage Covered Lines Changed/Added Lines %
glhe/globals/functions.py 2 5 40.0%
glhe/inputProcessor/process_inputs.py 0 57 0.0%
<!-- Total: 2 62 3.23% -->
Totals Coverage Status
Change from base Build 215: -1.2%
Covered Lines: 5131
Relevant Lines: 5191

💛 - Coveralls