Closed DHekstra closed 11 months ago
Ah, it succeeds with
%%time
%%bash
laue.optimize_indexing stills* \
output.experiments="optimized.expt" \
output.reflections="optimized.refl" \
output.log="laue.optimize_indexing.log" \
wavelengths.lam_min=0.76 \
wavelengths.lam_max=0.81 \
reciprocal_grid.d_min=1.8 \
n_proc=8
so it's just the underscore in n_proc
.
Yes, this was a recent issue that just got fixed. It will be consistent in the next release and will be nproc
, which is what DIALS uses for its commands.
For
the following fails in the CHESS HEWL tutorial
with error
The same cell completes just fine when omitting the last line.