From c09a697a97e4af055ab14f1423a93815eabe72dc Mon Sep 17 00:00:00 2001 From: schne <leo.schneider@ecl19.ec-lyon.fr> Date: Wed, 24 Jan 2024 12:09:20 +0100 Subject: [PATCH] self attention RT --- .idea/LC-MS-RT-prediction.iml | 4 ++-- .idea/misc.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.idea/LC-MS-RT-prediction.iml b/.idea/LC-MS-RT-prediction.iml index 7095170..083106a 100644 --- a/.idea/LC-MS-RT-prediction.iml +++ b/.idea/LC-MS-RT-prediction.iml @@ -4,10 +4,10 @@ <content url="file://$MODULE_DIR$"> <excludeFolder url="file://$MODULE_DIR$/venv" /> <excludeFolder url="file://$MODULE_DIR$/data" /> - <excludeFolder url="file://$MODULE_DIR$/dataset" /> <excludeFolder url="file://$MODULE_DIR$/fig" /> + <excludeFolder url="file://$MODULE_DIR$/database" /> </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