Main of costs_workflow (with hardcoded values for demands and power) operating. Lifecyclecosts first version

This commit is contained in:
Oriol Gavalda 2023-04-25 18:35:11 -04:00
parent fcd6dc3436
commit 9c3e9641a8
3 changed files with 23 additions and 0 deletions

8
.idea/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

11
.idea/costs_workflow.iml Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/venv" />
</content>
<content url="file://$MODULE_DIR$/../hub" />
<orderEntry type="jdk" jdkName="Python 3.9 (costs_workflow)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

4
.idea/misc.xml Normal file
View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9 (costs_workflow)" project-jdk-type="Python SDK" />
</project>