Skip to content

Bugfix/fix normalization

Miguel Angel Gonzalez requested to merge bugfix/fix_normalization into develop

Changed time axis to duration in analysis involving correlations between 2 frames. Fix normalization by removing setitem method in OutputData class. To note that an alternative solution was already partially implemented directly in the analysis, by using: self._outputData["vacf_total"][:] = vacfTotal Which one would be better?

Edited by Miguel Angel Gonzalez

Merge request reports