Skip to content

Commit

Permalink
Code review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed May 10, 2022
1 parent 576ebbf commit 80350a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optimade/validator/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@

_INCLUSIVE_OPERATORS = {
DataType.STRING: inclusive_ops + substring_operators,
# N.B. "=" and "<=" are disabled due to issue with microseconds stored in database vs API response (see Materials-Consortia/optimade-python-tools/#606)
# ">=" is fine as all microsecond trimming will round times down
DataType.TIMESTAMP: (
# N.B. "=" and "<=" are disabled due to issue with microseconds stored in database vs API response (see Materials-Consortia/optimade-python-tools/#606)
# ">=" is fine as all microsecond trimming will round times down
# "=",
# "<=",
">=",
Expand Down

0 comments on commit 80350a2

Please sign in to comment.