scsr-validate-pickle

Compare pickled results with results from the matlab code.

Note: The following two environment variables must be set:

  • $MATLAB_EXECUTABLE: The path to the matlab executable on your machine. For example /usr/local/bin/matlab or C:/Program Files/MATLAB/R2022a/bin/matlab.exe.

  • $MATLAB_SCRIPTS_PATH: The path to directory containing original logic for this code. This directory must include get_matelement.m and dependent files.

usage: scsr-validate-pickle [-h] [-v] pickle_files [pickle_files ...]

Positional Arguments

pickle_files

Pickle files with results. If multiple are given, will attempt to combine them into a single results object.

Named Arguments

-v, --verbose

Print more information

Default: 0