Simon Biggs

Results 652 comments of Simon Biggs

Claude one thing to change is the the iCom file is unlikely to be a .txt extension? From you knowledge of the pymedphys code base do you know what the...

@SarraBg02, this answer from our AI friend is pretty close. Lmk how you go: ```python import pymedphys from pymedphys.delivery import DeliveryData # Path to your iCom file icom_file_path = 'path/to/your/icom/file.txt'...

Can you try from pymedphys import DeliveryData

Our AI friends answer doesn't seem right here. Biggest thing I suspect is that you're not using an icom file that is in the original xz format

I have quite a nice structure interpolation tool which I can contribute. If you'd like I can just drop into into experimental and then let you run with it /...

As a heads up though, given the speed at which the AI field is moving, if this was being implemented today I would actually recommend instead using the following: https://github.com/RichardHan/mssql_mcp_server...

Yup, this is an artifact of us using poetry (and a key issue with poetry unfortunately). This would be readily fixed by swapping from poetry -> uv