reverse sides when diffing
This commit is contained in:
parent
e55b8539f1
commit
da2114e6d2
@ -1,5 +1,5 @@
|
||||
name: geval
|
||||
version: 1.2.1.0
|
||||
version: 1.2.2.0
|
||||
synopsis: Machine learning evaluation tools
|
||||
description: Please see README.md
|
||||
homepage: http://github.com/name/project
|
||||
|
@ -245,8 +245,8 @@ runDiffGeneralized ordering otherOut spec consum = do
|
||||
Left (NoFile fp) -> throwM $ NoOutFile fp
|
||||
Left (NoDirectory d) -> throwM $ NoOutFile otherOut
|
||||
Right otherOutSource -> do
|
||||
let sourceA = gevalLineByLineSource metric inputSource expectedSource outSource
|
||||
let sourceB = gevalLineByLineSource metric inputSource expectedSource otherOutSource
|
||||
let sourceA = gevalLineByLineSource metric inputSource expectedSource otherOutSource
|
||||
let sourceB = gevalLineByLineSource metric inputSource expectedSource outSource
|
||||
runResourceT $ runConduit $
|
||||
((getZipSource $ (,)
|
||||
<$> ZipSource sourceA
|
||||
|
Loading…
Reference in New Issue
Block a user