Files
catalyst/tests
Scott Sanderson 1f0e1e8908 BUG: Allow Filter comparisons with AssetExists.
Allow comparisons like SomeFilter() & AssetExists().

Previously such comparisons would fail because & and | on Filters
explicitly checked that the other side of the operator was also a
Filter.

We now only enforce that the other side of the expression is a Term
with a dtype of bool_.
2016-03-19 17:04:28 -04:00
..
2015-04-16 17:09:14 -04:00
2015-10-01 18:03:53 -04:00
2012-05-09 13:34:13 -04:00
2015-04-30 14:31:01 -04:00