NREL / hercules

Hercules
https://nrel.github.io/hercules/
Apache License 2.0
3 stars 7 forks source link

Feature/recursive log #8

Closed paulf81 closed 1 year ago

paulf81 commented 1 year ago

This was my attempt at building an output logging function based on the conversations with @dvaidhyn and @misi9170 . I was trying to balance logging too much and making very large files, and missing something we mean to log, so this is just a first pass, but want to see what you think

If you run example_05 locally, you'll get a sense of the output of this. There's also a tiny notebook we could use to test out output reader functions, although these belong in moa_python

This pull request will address Issue #4

paulf81 commented 1 year ago

Merging to develop...