Skip to content

Commit

Permalink
Update pysatNASA/instruments/methods/general.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing authored Sep 7, 2023
1 parent 2f3d9b1 commit 0d0b60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysatNASA/instruments/methods/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def clean(self):
for key in self.variables:
# Check for symmetric dims
# Indicates transformation matrix, xarray cannot broadcast
if self.pands_format:
if self.pandas_format:
# True by default
unique_dims = True
else:
Expand Down

0 comments on commit 0d0b60f

Please sign in to comment.