Ryan Nelson

Results 6 comments of Ryan Nelson

Yeah. It probably works for all versions of Python 3. The code is just a single file, so you could just download it from GitHub. Or else pip will probably...

My guess is that the assertion errors are a result of incorrect DBF file versions. There is a section in the README that explains which DBF versions are acceptable. Have...

@brianckeegan I confirmed your observation, and I found the source of your problems. If you look at the [`_get_recs` method](https://github.com/rnelsonchem/simpledbf/blob/master/simpledbf/simpledbf.py#L589) the first byte is tested to see if the record...

If modifying your install is not in the cards, I was able to open that file with Excel 2016, and it seemed like all of the records were there. It...

@pycckuu Thanks for the interest in the project. Please see [this Gist](https://gist.github.com/rnelsonchem/c4f51310cc2b9e2f703648246cb95a2b) for some suggestions for speeding up the calculations. I hope that one of these helps you out. Unfortunately,...

In principle, this methodology would be appropriate for the system you describe. However, I coded this module specifically for simple aqueous acid/base systems, so you wouldn't be able to directly...