We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70effe3 commit 593fb9fCopy full SHA for 593fb9f
src/toast/utils.py
@@ -767,4 +767,4 @@ def unit_conversion(source, target):
767
"""
768
scale = 1.0 * source
769
scale.to(target)
770
- return scale.value
+ return scale.to(target).value
0 commit comments