Skip to content

Commit

Permalink
Removed pointless crystals() call
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinceWalnut committed Oct 17, 2023
1 parent d48b954 commit 14c0258
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/laue_dials/command_line/refine.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ def refine_image(params, expts, refls):
)
return ExperimentList(), reflection_table() # Return empty

refined_expts.crystals()

# Write wavelengths and centroid data
refined_refls = store_wavelengths(refined_expts, refined_refls)
refined_refls.map_centroids_to_reciprocal_space(refined_expts)
Expand Down

0 comments on commit 14c0258

Please sign in to comment.