Thilo Balke
Results
1
issues of
Thilo Balke
It seems very reasonable to iterate over parameter arrays such as ```python num_threads = np.array([2, 4]) # num_threads[n] is of type numpy.int64 for n in range(2): result[n] = svmbir.recon( ...,...