Skip to content

Commit 7f9466f

Browse files
committed
Added an x_chr example #199
1 parent cbce7e6 commit 7f9466f

File tree

5 files changed

+38
-17
lines changed

5 files changed

+38
-17
lines changed

.gitignore

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
1-
*.pyo
2-
*.pyc
3-
dist
4-
bin
51
__pycache__/
6-
*.py[cod]
2+
.Rproj.user
3+
.pytest_cache
74
*.DS_Store
85
*.egg-info/
6+
*.py[cod]
7+
*.pyo
8+
*.pyc
9+
**/.RData
10+
**/.Rhistory
11+
**/*.Rproj
12+
**/segfile.txt
913
AlphaPeel
14+
AlphaPeel_env
15+
bin
16+
dist
1017
build/
1118
docs/build/
1219
example/outputs
13-
AlphaPeel_env
14-
tests/functional_tests/**/outputs/
15-
tests/functional_tests/**/outputs/**
20+
example/simple_*/*_output.*
21+
tests/accuracy_tests/accu_report.txt
1622
tests/accuracy_tests/outputs/
1723
tests/accuracy_tests/outputs/**
18-
.pytest_cache
19-
tests/accuracy_tests/accu_report.txt
20-
.Rproj.user
21-
**/.RData
22-
**/.Rhistory
23-
**/*.Rproj
24-
**/segfile.txt
2524
tests/accuracy_tests/sim_for_alphapeel_accu_test/seg_file.txt
25+
tests/functional_tests/**/outputs/
26+
tests/functional_tests/**/outputs/**
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
A 2 2 0 0 0
22
B 0 0 2 2 2
3-
C 9 9 9 9 9
3+
C 9 9 9 9 9
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
A 0 0
22
B 0 0
3-
C A B
3+
C A B
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
A 1 1 1 1 0 0 0
2+
B 2 2 2 2 2 2 2
3+
C 1 9 1 9 1 9 1
4+
D 2 9 2 9 1 9 1
5+
E 1 9 1 9 0 9 1
6+
F 2 9 2 9 1 9 1
7+
G 1 1 1 1 1 1 1
8+
H 0 0 0 0 0 0 0
9+
I 0 0 0 0 0 0 0
10+
J 2 2 2 2 2 2 2
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
A 0 0 0
2+
B 0 0 1
3+
C A B 0
4+
D A B 1
5+
E C D 0
6+
F C D 1
7+
G 0 0 0
8+
H 0 0 0
9+
I 0 0 1
10+
J 0 0 1

0 commit comments

Comments
 (0)