Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ledm authored Mar 26, 2024
1 parent 81456f1 commit d19974d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions bgcval2/timeseries/timeseriesTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,16 +355,6 @@ def run(self):
print('{:<24} layer: {:<8}'.format(region, layer), end=' ')
print('\tdata length:',
len(self.load[(region, layer)]),)
#end=' ')
#print('\tmean:',
# self.load[(region, layer)].mean(),
# 'of',
# len(self.load[(region, layer)]),
# end=' ')
#print('\trange:', [
# self.load[(region, layer)].min(),
# self.load[(region, layer)].max()
#])

def _makeTimeDict_(self, ):
""" Make a dictionairy linking the time index with the float time.
Expand Down

0 comments on commit d19974d

Please sign in to comment.