Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# MLflow credentials - copy to .env and fill in values
# cp .env.template .env

MLFLOW_TRACKING_URI=https://your-mlflow-server.com
MLFLOW_TRACKING_USERNAME=admin
MLFLOW_TRACKING_PASSWORD=your-password-here
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@
# Generated figures
figures/
# Report
docs/reports/TexReport

# Generated data (keep README.md)
data/*
!data/README.md
!data/.gitkeep
!data/validation/
hydra_outputs/
outputs/
TEMPLATE/
mlruns/
mlflow_ui.log

# Uv stuff
uv.lock
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ build:
- pip install uv
- uv sync
# Fetch data from MLflow (uses DATABRICKS_TOKEN secret)
- uv run python main.py --fetch
#- uv run python main.py --fetch
# Build Sphinx documentation
- uv run sphinx-build -b html docs/source $READTHEDOCS_OUTPUT/html
4 changes: 0 additions & 4 deletions Experiments/01-FV-Solver/README.rst

This file was deleted.

141 changes: 0 additions & 141 deletions Experiments/01-FV-Solver/compute_LDC.py

This file was deleted.

16 changes: 0 additions & 16 deletions Experiments/01-FV-Solver/jobs.yaml

This file was deleted.

69 changes: 0 additions & 69 deletions Experiments/01-FV-Solver/plot_LDC.py

This file was deleted.

12 changes: 12 additions & 0 deletions Experiments/01-Validation/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
01 - Validation of the solvers
======================================

Description
-----------
Here we validate the different solvers.
Configuration
-------------

.. literalinclude:: ../conf/experiment/validation.yaml
:language: yaml
:caption: experiment/conf/experiment/validation.yaml
File renamed without changes.
6 changes: 0 additions & 6 deletions Experiments/02-Spectral-Solver/README.rst

This file was deleted.

Loading
Loading