Skip to content

Commit da74bca

Browse files
authored
Update models.py
1 parent 7db5627 commit da74bca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

inflammation/models.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
"""Module containing models representing patients and their data.
22
33
The Model layer is responsible for the 'business logic' part of the software.
4+
5+
Patients' data is held in an inflammation table (2D array) where each row contains
6+
inflammation data for a single patient taken over a number of days
7+
and each column represents a single day across all patients.
48
"""
59

610
import numpy as np

0 commit comments

Comments
 (0)