Ayrton Bourn

Results 20 comments of Ayrton Bourn

Thanks for testing these solutions. @bolau I just tried your suggested approach and am having an issue where the introduction of `__config__ = None` is leading to an AttributeError` within...

Hi @pvigier, That's a really good point for the case when people don't want control over the seed. This could be handled by including a `if seed is not None`...

Have added a check for valid resolutions in #7

Have now added an example template handling this functionality - https://github.com/AyrtonB/Voila-App-Template

I'm currently working on a PR to integrate this. I've made the relevant changes in `array.py` but now need to integrate it elsewhere and add tests. Currently I'm getting this...

I'll continue discussion around specifics of this implementation in the PR linked above

I believe that Ireland is currently using ENTSOE data, bizarrely ENTSOE has no data for Ireland the country and only provides information on the SEM market which became ISEM back...

``` """ Caller """ class Caller(object): ## Core Query Caller def query_API(self, start_date:datetime, end_date:datetime, area:str, region:str):## Formatting & Forming Query ## Formatting & Checking Parameters start_date, end_date = self.format_date_inputs(start_date, end_date)...

Looks like EirGrid dashboard is down for the moment though too