Closed hdante closed 2 months ago
Thanks very much for spotting all these issues!
You can fix it temporarily by running this prior to the lp.process command
input_table['col64']=input_table['col64'].astype(str)
I have fixed this issue in the code and the PR should be merged soon...
Hello, Raphael, tested with version 0.1.10 released today, but it didn't work. Tested with the latest main branch and it worked. Thanks,
Hello, can you release version 0.1.11 with this patch ? Thanks,
Hello, when executing the following script, based on the example in the Getting Started docs:
I get:
Versions:
lephare 0.9.1 (from PyPI)
python 3.11.9 (from conda default channel)
[x] I have described the situation in which the bug arose, including what code was executed, information about my environment, and any applicable data others will need to reproduce the problem.
[x] I have included available evidence of the unexpected behavior (including error messages, screenshots, and/or plots) as well as a descriprion of what I expected instead.
[x] If I have a solution in mind, I have provided an explanation and/or pseudocode and/or task list.