Bill Becker
Bill Becker
@zolanaj I'm now getting an error when validators.py tries to `model.save()` on line 539. Have you been able to POST a job with CHP?
@zolanaj I just realized as I was about to add the call to `/chp_defaults` from `validators.py` to assign defaults that I need to add the equivalent of the `reo.views.simulated_load` function...
@rathod-b I was working on adding GHP to the /job endpoint and realized we didn't have cooling load in there yet. Are you actively working on this? Do you need...
@rathod-b I think we discussed adding `ExistingChiller` in this same PR, right? I think that makes sense because cooling load by itself doesn't really add much functionality without the BAU...
@rathod-b @zolanaj I'm realizing that we need to add `CoolingLoad` in the results in REopt.jl and then add CoolingLoadOutputs model in the API to get the processed load inputs like...
@zolanaj awesome, thanks! And yes, we'd need this for the heating load(S) as well.
@zolanaj The cooling and heating load outputs that you added in REopt.jl are now merged in the published version, so we can continue to add them here.
@zolanaj Still waiting on the results of the test suite, but this should be good to re-review for you - I'll debug any tests that are still failing. I made...
@zolanaj Can you see why we don't get CoolingLoad in the outputs of the response? I added a test (temporary) in 8cbe1bfcefac5a38e25bfab84ac0a595a9ff7c07 in test_job_endpoint that just writes out the response...