Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
awarde96 committed Jan 16, 2025
1 parent 7d12f9e commit 83517bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polytope_mars/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def _create_base_shapes(self, request: dict) -> List[shapes.Shape]:
for s in pd.date_range(start, end):
for t in time:
dates.append(pd.Timestamp(s.strftime("%Y%m%d") + "T" + t))
#dates.append(s)
# dates.append(s)
base_shapes.append(shapes.Select(k, dates))
else:
base_shapes.append(shapes.Span(k, lower=split[0], upper=split[2])) # noqa: E501
Expand Down

0 comments on commit 83517bf

Please sign in to comment.