From 268c876445f299e40259728fe475d1f9bf310136 Mon Sep 17 00:00:00 2001
From: Amaury Bilocq <amaurybilocq@mac.home>
Date: Fri, 21 Feb 2025 23:00:50 +0100
Subject: [PATCH] Add todo to readme

---
 README.md      | 3 +++
 pyproject.toml | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 76be81b..68283fc 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,9 @@
 
 pyTurbulence is a Python package for generating synthetic compressible turbulent fields for Direct Numerical Simulation (DNS) based on the method of Ristorcelli and Blaisdell. This package provides tools to generate velocity, pressure, and thermodynamic fields, as well as to compute and plot the energy spectrum of the generated turbulence.
 
+TODO:
+    - add dilatational velocity fluctuations
+
 ## Features
 
 - Generate solenoidal velocity fields using the method of Rogallo.
diff --git a/pyproject.toml b/pyproject.toml
index a5b1991..3ae995c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@ requires-python = ">=3.6"
 dependencies = [
     "numpy>=1.21",      # Required for numerical computations
     "numba>=0.56",      # For JIT optimization
-    "pytest>=7.0"       # For testing
+    "pytest>=7.0",      # For testing
     "matplotlib>=3.4"   # For plotting
 ]
 
-- 
GitLab