aboutsummaryrefslogtreecommitdiffstats
path: root/notes/known_issues.md
blob: 46403a0a31b2e930b4f72240510fdaa623e8bf99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Known issues

Both the clustering and verification stage are not perfect. Here, some known
cases are documented.

# Clustering

# Verification

## A new approach to fault-tolerant wormhole routing for mesh-connected parallel computers

* https://fatcat.wiki/release/izaz6gjnfzhgnaetizf4bt2r24
* https://fatcat.wiki/release/vwfepcqcdzfwjnsoym7o5o75yu

## Book-Chapter yields VERSIONED DOI

```
$ python -m fuzzycat verify-single | jq .
{
  "extra": {
    "q": "https://fatcat.wiki/release/search?q=Beardmore"
  },
  "a": "https://fatcat.wiki/release/zrkabzp4vjbwfdixvjkohgeh3a",
  "b": "https://fatcat.wiki/release/ojcucauvkvhg5cazfhzplcot7q",
  "r": [
    "strong",
    "versioned_doi"
  ]
}
```

* https://fatcat.wiki/release/zrkabzp4vjbwfdixvjkohgeh3a (book)
* https://fatcat.wiki/release/ojcucauvkvhg5cazfhzplcot7q (chapter)

## Tokenized authors is flaky

```
$ python -m fuzzycat verify_single | jq .
{
  "extra": {
    "q": "https://fatcat.wiki/release/search?q=cleaves"
  },
  "a": "https://fatcat.wiki/release/mi6y2jtl55egxi5qfhovswxcba",
  "b": "https://fatcat.wiki/release/7hjisijl7nczhbghdd6l56n6py",
  "r": [
    "strong",
    "tokenized_authors"
  ]
}
```