Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Grégoire Locqueville
haskell-gargantext
Commits
d88a02aa
Commit
d88a02aa
authored
2 years ago
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] Haddock for our lib only + fix Tests
parent
9dfd60b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
install
bin/install
+1
-1
Clustering.hs
src-test/Graph/Clustering.hs
+2
-2
No files found.
bin/install
View file @
d88a02aa
...
...
@@ -2,4 +2,4 @@
#stack install --nix --profile --test --fast --no-install-ghc --skip-ghc-check
env
LANG
=
C.UTF-8 stack
install
--haddock
--nix
--test
--no-install-ghc
--skip-ghc-check
env
LANG
=
C.UTF-8 stack
install
--haddock
--nix
--test
--no-install-ghc
--skip-ghc-check
--no-haddock-deps
This diff is collapsed.
Click to expand it.
src-test/Graph/Clustering.hs
View file @
d88a02aa
...
...
@@ -14,7 +14,7 @@ Portability : POSIX
module
Graph.Clustering
where
import
Gargantext.API.Ngrams.Types
(
NgramsTerm
(
..
))
import
Gargantext.Core.Viz.Graph
(
Graph
(
..
))
import
Gargantext.Core.Viz.Graph
(
Graph
(
..
)
,
Strength
(
..
)
)
import
Gargantext.Core.Viz.Graph.Tools
(
doDistanceMap
)
import
Gargantext.Core.Viz.Graph.Tools.IGraph
(
spinglass
)
import
Gargantext.Prelude
...
...
@@ -35,7 +35,7 @@ test :: IO ()
test
=
hspec
$
do
describe
"Cross"
$
do
let
(
distanceMap
,
_
,
_
)
=
doDistanceMap
Conditional
0
myCooc
(
distanceMap
,
_
,
_
)
=
doDistanceMap
Conditional
0
Weak
myCooc
it
"Partition test"
$
do
partitions
<-
spinglass
1
distanceMap
let
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment