aboutsummaryrefslogtreecommitdiffstats
path: root/bsfs/query
diff options
context:
space:
mode:
Diffstat (limited to 'bsfs/query')
-rw-r--r--bsfs/query/validator.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/bsfs/query/validator.py b/bsfs/query/validator.py
index 1b7f688..904ac14 100644
--- a/bsfs/query/validator.py
+++ b/bsfs/query/validator.py
@@ -189,9 +189,7 @@ class Filter():
# reference matches type_
if len(node.reference) != type_.dimension:
raise errors.ConsistencyError(f'reference has dimension {len(node.reference)}, expected {type_.dimension}')
- # FIXME:
- #if node.reference.dtype != type_.dtype:
- # raise errors.ConsistencyError(f'')
+ # FIXME: test dtype
## conditions