Jack Kelly

Results 285 issues of Jack Kelly

[Here's](https://github.com/scipy/scipy/pull/2648) a pull request for NIG. I've just installed scipy 0.13 using pip and I can't see NIG in there. Maybe I need the latest cost from git as per...

enhancement

Perhaps as a separate page. Or one list per subject?

We're not planning to build the simulator for a while but I wanted to start this feature request so we can keep notes about the simulator. Some specific feature ideas:...

enhancement
Building

Some functions take a while to compute. What's the best way to communicate progress to the user? I have been playing with printing various things to screen but I'm not...

`MeterGroup.__getitem__` is a mess and tries to do too much. Instead, I'm thinking we should make its responsibilities cleaner. Some specific ideas: - [ ] Maybe, internally, use a `dict`...

design
refactoring

We currently mostly use `asserts` to catch when directories are not available. But these don't produce very user-friendly errors. Perhaps it would be better to generate IOErrors with more informative...

DataStore and format conversion

MeterGroup is a bit of a "god' class and has lots of responsibilities. In particular, sometimes it is used specifically to represent the exact set of a building's meters (e.g...

design
Building
refactoring

A function to test that a dataset is sane. Tests could include : - all indices are monotonic (sorted and unique) - all indices use timezone specified in dataset metadata...

DataStore and format conversion
Testing

Now that we have at least two data sets which record power factor, it would be good to discuss the common vocabulary to use. I suspect that 'power_factor' might be...

question
documentation
DataStore and format conversion