Skip to content

Commit

Permalink
Please the formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoon authored Jul 8, 2024
1 parent 46cc1a6 commit 2637a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monetio/profile/icartt.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ def __nan_miss_float(self, raw):
v = x.replace(self.VAR[i].miss, "NaN")
if "NaN" in v:
v = "NaN"
vals.append(float(v.strip())*self.VAR[i].scale) # multiply with scaling factor
vals.append(float(v.strip()) * self.VAR[i].scale) # multiply with scaling factor
return vals

def read_data(self):
Expand Down

0 comments on commit 2637a5e

Please sign in to comment.