From 4b89bac8b82bc26be591fffee75697a95f5b2a32 Mon Sep 17 00:00:00 2001 From: lschneider <leo.schneider@univ-lyon1.fr> Date: Tue, 23 Jan 2024 14:43:44 +0100 Subject: [PATCH] full data set --- .gitignore | 1 + .idea/LC-MS-RT-prediction.iml | 2 +- .idea/misc.xml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 63aa87d..5f49094 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /venv/ /dataset/ /test.py +/database/ diff --git a/.idea/LC-MS-RT-prediction.iml b/.idea/LC-MS-RT-prediction.iml index 92d48cb..7095170 100644 --- a/.idea/LC-MS-RT-prediction.iml +++ b/.idea/LC-MS-RT-prediction.iml @@ -7,7 +7,7 @@ <excludeFolder url="file://$MODULE_DIR$/dataset" /> <excludeFolder url="file://$MODULE_DIR$/fig" /> </content> - <orderEntry type="inheritedJdk" /> + <orderEntry type="jdk" jdkName="Python 3.10 (LC-MS-RT-prediction)" jdkType="Python SDK" /> <orderEntry type="sourceFolder" forTests="false" /> </component> </module> \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 1b5f6f7..791742a 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,5 +3,5 @@ <component name="Black"> <option name="sdkName" value="Python 3.9 (LC-MS-RT-prediction)" /> </component> - <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9 (LC-MS-RT-prediction)" project-jdk-type="Python SDK" /> + <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 (LC-MS-RT-prediction)" project-jdk-type="Python SDK" /> </project> \ No newline at end of file -- GitLab