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 e55d4ad commit 6fe0cf2Copy full SHA for 6fe0cf2
src/gensql/inference/gpm/crosscat.cljc
@@ -85,8 +85,8 @@
85
;; If the targets and constraints are not equal but the overlapping parts are,
86
;; just remove the overlapping keys and recur the scores.
87
(every? (fn [shared-key]
88
- (= (shared-key targets)
89
- (shared-key constraints)))
+ (= (get targets shared-key)
+ (get constraints shared-key)))
90
intersection)
91
(reduce-kv (fn [logp _ view]
92
;; Filtering view variables happens naturally.
0 commit comments