James Tomlinson

Results 62 issues of James Tomlinson

The condition in the following reference appears incorrect. The statement will always evaluate to `True` if the archive contains at least one value. My guess is that this check should...

Is there an academic citation or standard citation format that is preferable for this library?

In game voice is not working with the following , > Unable to load voice codec 'vaudio_speex'. Voice disabled. This appears to be because there is no vaudio_speex.so in `Portal...

Reviewed

I've been using this code to some success. I should find the time to tidy it up and make a proper PR for it. ```python from pywr.parameters import Parameter import...

enhancement

A high performance LP solver with a GPL compatible licence. https://github.com/ERGO-Code/HiGHS This might be a good alternative to GLPK for larger models.

enhancement

Such as YAML. This would be possible if we used schemas as per #641. Formats: - [ ] YAML - [ ] JSON5

enhancement

Some data is normalised between 0 and 100 instead of 0 and 1 (as assumed by the control curve parameters). It would be convenient if the profile parameters could accept...

enhancement
good first issue

We've had a feature request for computing the sum of absolute values from recorders. This should be relatively easy to add.

enhancement
good first issue

Add a new optional dependency group for notebook sub-package. This removes ipython, matplotlob and jinja2 from core dependencies.

For example: https://github.com/pywr/pywr/blob/71d6608d494a842f437300d121830ffb387cc924/pywr/parameters/_parameters.pyx#L1218