From a018a38dbc270bcba7a5230d493b54bb126e16f9 Mon Sep 17 00:00:00 2001 From: Jan Kieseler Date: Wed, 6 Aug 2025 08:55:32 +0200 Subject: [PATCH] docs: fix convertFromSourceFile reference --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49f8322..0493308 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,8 @@ for epoch in range(num_epochs): features1 = x_batch['features1'] features2 = x_batch['features2'] - # The dictionary keys are the names defined for the SimpleArrays in the converFromSource function + # The dictionary keys are the names defined for the SimpleArrays in the + # [convertFromSourceFile](src/djcdata/TrainData.py#L114) function # Forward pass, loss computation, etc. # ...