Refactor code for old commands
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
Refactor the code for hist, stats and random, because it is a very old and ineffective coding style.
The following actions have to be done for a minimal rework:
hist: Separate the code into multiple functions, at least calculation, plotting and output for 1 and 2D. Think of a more "modern" output like writing to a new tablestats: Separate calculation and output, think of a more "modern" output like writing to a new tablerandom: This command needs a bit of refactoring, but is not as outdated than the other two commandsChange request was added to the automatic tests. Remaining deviation was fixed with [r786].
Commit: [r777]
Commit: [r781]
Commit: [r786]
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r777]
Commit: [r781]
Diff:
Related
Commit: [r786]