Dear Alper (@alperaltuntas),
I am currently reviewing your JOSS paper submission on visualCaseGen.
While setting up the package on my notebook (Ubuntu 24.04 LTS), I encountered a minor installation issue. Following the instructions in the manual, the pytest suite initially failed due to a missing dependency on libxml2 (see attached logfile).
After installing the missing library using the command below, all tests completed successfully:
conda install -c conda-forge libxml2
Best regards
Lars
pytest.log