in the cNMF/cnmf.py file, there is a default value to the --seed argument (18), that was added as part of this commit
This causes an unexpected behavior when calling "cnmf prepare" without a seed - multiple runs give exactly the same results.
It should be noted that the "prepare" function itself defaults random_state_seed=None
Can you get that fixed?
in the cNMF/cnmf.py file, there is a default value to the --seed argument (18), that was added as part of this commit
This causes an unexpected behavior when calling "cnmf prepare" without a seed - multiple runs give exactly the same results.
It should be noted that the "prepare" function itself defaults
random_state_seed=NoneCan you get that fixed?