You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/design.md
-5
Original file line number
Diff line number
Diff line change
@@ -261,11 +261,6 @@ That is a violation of the [Open/Closed Principle](\ref sec_open_closed).
261
261
The user is then responsible to interpret them as invalid or disable their output.
262
262
So far, there is no check of congruency between [parameters](\ref Fauna::Parameters)/[HFT settings](\ref Fauna::Hft) and the selection of output variables in the output module.
263
263
264
-
\todo
265
-
The output data classes are currently always in a consistent state. With every new datum, the total average is recalculated.
266
-
This is a great waste of computing power.
267
-
It would be a lot more efficient to _first_ gather a long series of data, and _finally_ calculate the mean or sum.
0 commit comments