Skip to content

Commit

Permalink
call the result key analyzer, checker is a different abstraction
Browse files Browse the repository at this point in the history
  • Loading branch information
mkcp committed Nov 16, 2017
1 parent 6841cb2 commit 7120478
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/knossos/linear.clj
Expand Up @@ -311,4 +311,4 @@
information."
[model history]
(assoc (search/run (start-analysis model history))
:analysis :linear))
:analyzer :linear))
2 changes: 1 addition & 1 deletion src/knossos/linear/report.clj
Expand Up @@ -430,7 +430,7 @@ function dbar(id) {
history/ensure-indexed
history/complete
history/with-synthetic-infos)]
(if (= :wgl (:checker analysis))
(if (= :wgl (:analyzer analysis))
(history/without-failures history)
history))
[history kindex->eindex] (history/kindex history)
Expand Down
2 changes: 1 addition & 1 deletion src/knossos/wgl.clj
Expand Up @@ -628,4 +628,4 @@
information."
[model history]
(assoc (search/run (start-analysis model history))
:analysis :wgl))
:analyzer :wgl))

0 comments on commit 7120478

Please sign in to comment.