Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
peshence committed Nov 14, 2024
1 parent 2abae04 commit d44051e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polytope_server/common/datasource/polytope.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def match(self, request):
step = r["feature"]["points"][step].max()
else:
raise PolytopeError("Step not found in request")
SCHEDULE_READER.is_released(
SCHEDULE_READER.check_released(
r["date"],
r["class"],
r["stream"],
Expand Down

0 comments on commit d44051e

Please sign in to comment.