Ian Bell

Results 624 comments of Ian Bell

I merged the PR that fixes this issue. I am open to recommendations (with PR) fixing this issue more completely, hiding the symbols that should not be exported. I believe...

Please show what you did, and what results you got, and the values you are comparing against. Likely the issues are related to the mixture models and pure fluid EOS...

I figured out how to encrypt/decrypt the source code of REFPROP with gpg: https://github.com/CoolProp/gpgREFPROP, and I plan to add that into the github action workflow, or you could take a...

Believe it or not, but after a lot of work, I was able to either fix tests to get them to pass, or fix the code. Tests now pass! Although...

What version of CoolProp? Version 6.4.3 should work without modification on all python versions > Message ID: ***@***.***> >

What operating system? On Sun, Aug 6, 2023 at 1:39 PM kumado97 ***@***.***> wrote: > Hi, > that one i downloaded with pip install.. > Is that 6.4.3? > I...

Ah, Raspberry Pi run ARM architecture if I remember correctly, that could introduce some issues, but shouldn't cause this problem. What version of OS? I don't know why there would...

I think the issue here is more subtle. You will definitely want to build from source, and to do so, I recommend you stick with cython 0.29, there is a...

You want 0.29, not 2.9, of cython. But I doubt that is the issue, macs are arm now too. More likely the python packaged with the Pi doesn't handle unicode...

The consensus on the other issue seems to be that this is tricky: https://github.com/CoolProp/CoolProp/issues/1867 On Mon, Aug 7, 2023 at 1:05 PM kumado97 ***@***.***> wrote: > oops, > but i...