From e24aa006f15694d4b47f8ded6c7496339606478b Mon Sep 17 00:00:00 2001 From: "ngo-nghi-truyen.huynh" Date: Fri, 17 Jan 2025 22:17:56 +0100 Subject: [PATCH] Fix code format check --- smash/core/model/model.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smash/core/model/model.py b/smash/core/model/model.py index 1cf686eb..564b0ce3 100644 --- a/smash/core/model/model.py +++ b/smash/core/model/model.py @@ -190,8 +190,8 @@ class Model: .. note:: The convention of `smash` is that **start_time** is the date used to initialize the model's - states. All the modeled state-flux variables :math:`\\boldsymbol{U}(x,t)` (i.e., discharge, states, - internal fluxes) will be computed over the period **start_time + 1dt** and **end_time** + states. All the modeled state-flux variables :math:`\\boldsymbol{U}(x,t)` (i.e., discharge, + states, internal fluxes) will be computed over the period **start_time + 1dt** and **end_time** adjust_interception : `bool`, default True Whether or not to adjust the maximum capacity of the interception reservoir.