Skip to content

Commit 3d605b8

Browse files
authored
Add small TODO in DataMisfit (#60)
1 parent 684f161 commit 3d605b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/inversion_ideas/data_misfit.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ def __init__(
8585
cache=False,
8686
build_hessian=False,
8787
):
88+
# TODO: Check that the data and uncertainties have the size as ndata in the
89+
# simulation.
8890
self.data = data
8991
self.uncertainty = uncertainty
9092
self.simulation = simulation

0 commit comments

Comments
 (0)