Closed xieduo7 closed 2 years ago
Hi, is the csv file generated correctly still?
Closing due to inactivity. Feel free to re-open if the issue persists!
Hi @yannikschaelte , I used the latest version of pyabc and this issue also appeared
Hi @xieduo7 thanks for reporting. Your output file should however be generated correctly, as this is only a warning about efficiency of (non) caching.
Added cache in https://github.com/ICB-DCM/pyABC/pull/590
Hi @yannikschaelte , I tried it again and it works. Thank you!
Bug description [A clear and concise description of what the bug is.] An error occurred when I exported the database to CSV
The output file:
Expected behavior [A clear and concise description of what you expected to happen.] Output the CSV file successfully To reproduce [A minimal example to reproduce this error, ideally a python script.] First run:
And then:
Environment [Report at least the pyABC version (
pip show pyabc
),python version (
which python; python --version
),and system (Ubuntu/Mac/...).]
And sqlalchemy version:
Thank you.
Best, Duo