Robin Wilson

Results 75 comments of Robin Wilson

Just a note to myself in case I forget it in the morning: another option is that in recipy itself we get version information when the module is imported and...

Looking at this again today, I think we can fix the test code first to make sure that it picks up the iris package properly, then we can merge the...

This is related to #52, and should be fixed by fixing that.

Suggestions from EuroSciPy: - Try PyFakeFS to fake the file-system and test things... - https://pypi.python.org/pypi/pyfakefs - Try behave - a Behaviour-Driven Development library for Python... - http://pythonhosted.org/behave/

Specific things to test: - TinyDB DateTimeSerializer - All of the `utils.py` functions that are reasonably stand-alone - `patch_function` and `create_wrapper` under various situations (eg. with `__doc__`, functions, methods etc)...

This is currently being worked on by the Software Sustainability Institute - see https://github.com/softwaresaved/recipy-test.

The main bulk of the automated testing work has been dealt with by Mike from the SSI. However, I'm not sure that all of the items listed above have actually...

As an update to this: I have got hold of the domain `recipy.org`, which I have currently set to redirect to the Github page. At some point we should get...

To fix this, we need to alter `patch_function` in `recipyCommon.utils` to do some checks before it tries to patch a function.

See https://github.com/dfm/savefig for Python code to do this for Matplotlib figures in certain formats. (Also, GDAL allows access to any extra ENVI metadata you want to use...which may be useful...