Skip to content

Commit

Permalink
--
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisrkckl committed Jan 21, 2025
1 parent a4a7a90 commit 1f7fe15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pint/pint_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ def __call__(self, data, model, derivative_params, offset=True, offset_padding=1
for ii, param in enumerate(params):
if param == "Offset":
M[:, ii] = offset_padding
param_unit = u.Unit("")
param_unit = u.dimensionless_unscaled
else:
param_unit = getattr(model, param).units
# Since this is the phase derivative, we know the quantity unit.
Expand Down

0 comments on commit 1f7fe15

Please sign in to comment.