Kyle Benne

Results 39 comments of Kyle Benne

that is a pretty serious example of the issue. it has to do with the paginating that happens to the rows. Every 100 rows is in a new layout which...

There is a test https://github.com/NREL/Spawn/blob/release/0.1.0/test/test_single_family_house_lights_control.cpp#L14 which confirms that when you actuate a schedule, the corresponding output (a lighting load in the test) is updated immediately. However, there is a fair...

This has been at the top of @nllong 's list for a while. Happy to get this in the queue. The solution is to look at the given fmu start...

@mwetter correct me if I'm wrong, but I think we are going to table this for 9.0 release.

What are the outside conditions when a simulation is started in a scenario like this with a negative start time? I need to correlate with a time in the weather...

Hmm. That's interesting. I can't perceive why it is doing this, although the testing I'm doing at my level doesn't attempt actual simulation. Take a look at the unit test...

Yeah I certainly have some investigation to do. But the whole point of the strategy was that EnergyPlus would never actually see a negative time. I probably need to rig...

@mwetter am I correct in assuming that the fields of `RunPeriod` in the above example json text are not exhaustive? We want to support the other fields too right? I'm...