Skip to content

Commit

Permalink
MDE/PKFE-32 bug-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mantvydasdeltuva committed Sep 4, 2024
1 parent ce2b7fc commit 8d12237
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/back-end/src/routes/workspace_aggregate_route.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,7 @@ def get_workspace_aggregate_all(relative_path):
or header_values[field] == float("-inf")
or (
header_values[field] == float(0)
and (
header_actions[field] != "min"
or header_actions[field] != "max"
or header_actions[field] != "cnt"
)
and header_actions[field] not in ["min", "max", "cnt"]
)
else (
str(int(header_values[field]))
Expand Down

0 comments on commit 8d12237

Please sign in to comment.