From 7dd68fa7614189ef58de1047b587b6dcce7578e7 Mon Sep 17 00:00:00 2001 From: schne <leo.schneider@ecl19.ec-lyon.fr> Date: Mon, 27 May 2024 18:23:24 +0200 Subject: [PATCH] PCA --- .idea/LC-MS-RT-prediction.iml | 2 +- .idea/misc.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.idea/LC-MS-RT-prediction.iml b/.idea/LC-MS-RT-prediction.iml index e70a79c..82f955b 100644 --- a/.idea/LC-MS-RT-prediction.iml +++ b/.idea/LC-MS-RT-prediction.iml @@ -9,7 +9,7 @@ <excludeFolder url="file://$MODULE_DIR$/.venv" /> <excludeFolder url="file://$MODULE_DIR$/.venv2" /> </content> - <orderEntry type="jdk" jdkName="Python 3.10 (LC-MS-RT-prediction)" jdkType="Python SDK" /> + <orderEntry type="inheritedJdk" /> <orderEntry type="sourceFolder" forTests="false" /> </component> </module> \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 791742a..1b5f6f7 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.10 (LC-MS-RT-prediction)" project-jdk-type="Python SDK" /> + <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9 (LC-MS-RT-prediction)" project-jdk-type="Python SDK" /> </project> \ No newline at end of file -- GitLab