Commit 7c9840f8 authored by Maiterth, Matthias's avatar Maiterth, Matthias
Browse files

Merge branch 'develop' into 'main'

RAPS 2.0

See merge request exadigit/raps!134
parents d2339e84 d5520344
Loading
Loading
Loading
Loading

.flake8

0 → 100644
+3 −0
Original line number Diff line number Diff line
[flake8]
exclude = .git, __pycache__, venv*, simulation_results, third_party, models, .venv
max-line-length = 120
+8 −0
Original line number Diff line number Diff line
@@ -2,3 +2,11 @@
__pycache__
.venv
venv
*.npz
*.prof
simulation_results/
models/fmu-models
.shell-completion-cache
raps-output-*
ppo_raps_logs
/data
+3 −0
Original line number Diff line number Diff line
[submodule "third_party/ScheduleFlow"]
	path = third_party/ScheduleFlow
	url = https://github.com/whbrewer/ScheduleFlow
[submodule "models/POWER9CSM"]
	path = models/POWER9CSM
	url = https://code.ornl.gov/exadigit/POWER9CSM.git
+11 −0
Original line number Diff line number Diff line
repos:
-   repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v6.0.0
    hooks:
    -   id: check-yaml
    -   id: end-of-file-fixer
    -   id: trailing-whitespace
-   repo: https://github.com/pycqa/flake8
    rev: '7.3.0'  # pick a git hash / tag to point to
    hooks:
    -   id: flake8
+6 −0
Original line number Diff line number Diff line
@@ -7,3 +7,9 @@ Matthias Maiterth (maiterthm@ornl.gov), Oak Ridge National Laboratory
Sedrick Bouknight (bouknightsl@ornl.gov), Oak Ridge National Laboratory
Jesse Hines (hinesjr@ornl.gov), Oak Ridge National Laboratory
Jake Webb (webbtj@ornl.gov), Oak Ridge National Laboratory
Rashadul Kabir (rashadul.kabir@colostate.edu), Colorado State University
Bertrand Cirou (cirou@cines.fr), Centre Informatique National de l’Enseignement Supérieur
Kevin Menear (kmenear@nrel.gov), National Renewable Energy Laboratory
Tim Dykes (tim.dykes@hpe.com), Hewlett Packard Enterprise
Srishti Kalepu (skalepu3@gatech.edu), Georgia Institute of Technology
Damien Fay (damien.fay@hpe.com), Hewlett Packard Enterprise
Loading