EpistasisLab / Aliro

Aliro: AI-Driven Data Science
https://epistasislab.github.io/Aliro
GNU General Public License v3.0
223 stars 63 forks source link

Fix code executions #599

Closed jay-m-dev closed 12 months ago

jay-m-dev commented 12 months ago

Fixes issue #597 Fixes issue with undefined 'length' when calling the /install endpoint with no packages. Adds new integration tests to code run and install endpoints

HyunjunA commented 12 months ago

For the classification task, I tested the code using the "Iris Outlier.tsv" file and the chat messages from "chatExamples.md." There were no more issues with the dataframe declaration or undefined 'length.'

For the regression task, I also tested the code using the "1201_BNG_breastTumor_small.tsv" file and the chat messages from "chatExamples.md." No more issues were encountered here either.