We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db37fc commit 07da759Copy full SHA for 07da759
facto/specdb/db.py
@@ -2128,7 +2128,7 @@
2128
lambda deps, dtype: fn.dtype_strict_lower_bound(deps[0].dtype)
2129
),
2130
cp.Value.Lt(
2131
- lambda deps, dtype: fn.dtype_strict_lower_bound(deps[0].dtype)
+ lambda deps, dtype: fn.dtype_strict_upper_bound(deps[0].dtype)
2132
2133
],
2134
0 commit comments