We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af325b commit 1ee874bCopy full SHA for 1ee874b
src/diffcalc_api/routes/ub.py
@@ -410,7 +410,7 @@ async def set_ub(
410
store: accessor to the hkl object.
411
collection: collection within which the hkl object resides.
412
"""
413
- await service.set_u(name, ub_matrix, store, collection)
+ await service.set_ub(name, ub_matrix, store, collection)
414
return InfoResponse(
415
message=f"UB matrix set for crystal {name} of collection {collection}"
416
)
0 commit comments