Tony Hallam

Results 35 comments of Tony Hallam

So from the build output I think there are some unix dependencies not available on Windows. For example `unistd.h`: ``` C:\dev\source\ecl\lib\ecl\tests\test_transactions.cpp(21,10): fatal error C1083: Cannot open include file: 'unistd.h': No...

Just tried a few different things with the Python installer. Built a wheel using `python setup.py bdist_wheel` in a separate env and installed the wheel in a fresh env. Tried...

Ok, sorted out the last issue, apparently there are some security controls for loading dll on Windows. From the `ctypes` api: _The winmode parameter is used on Windows to specify...

This is the general gist of the `pytest` errors after using `python setup.py develop` ``` =========================================================================================== short test summary info ============================================================================================ ERROR ecl\util\test\test_area.py - cwrap.prototype.PrototypeError: Can not find function: test_work_area_alloc__...

What about this commit https://github.com/trhallam/ecl/commit/5d0e1ad15e8c9a4491d9a5f5169d3e12a0e6b02a "Disabled TestArea module with MSVC because it causes linker errors."

I tested this with a fresh install using scikit-build this afternoon and I was able to run my EclGrid EclSum and EclFile workflows OK. The same build errors as last...

I've had another go at this today with success as far as I can tell. Not sure if you want me to submit a pull request but the edits I've...

Thanks @aadm I'm not sure if this can be fixed but I'll have a look. An alternative option for us that is probably simpler is to allow `fill_cdpna()` to be...

https://github.com/trhallam/segysak/commit/db043929cbe246096efd3c26ea42ef2a67eceaf3, had a go at this here. Just checks common bytes fields to see if anything is there. Only adds cdpx and cdpy if the std in those fields is...

Hi, Have you managed to load the vsp data with segysak? If so, then you can use the plotting methods described in the documentation or the tutorial.