diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-12-15 03:15:55 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-12-15 03:15:55 +0100 |
commit | f4437c0274951aa2e9b5f54d960bae638dfcfe8b (patch) | |
tree | 2c92b1984f13d7ca5194b50b526e115139a1af32 /docs | |
parent | e3b6da3031ca02b83684f302ecc0bb8c7cb9e211 (diff) | |
download | fuzzycat-f4437c0274951aa2e9b5f54d960bae638dfcfe8b.tar.gz fuzzycat-f4437c0274951aa2e9b5f54d960bae638dfcfe8b.zip |
cleanup
Diffstat (limited to 'docs')
-rw-r--r-- | docs/known_issues.md | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/docs/known_issues.md b/docs/known_issues.md deleted file mode 100644 index b27d9f5..0000000 --- a/docs/known_issues.md +++ /dev/null @@ -1,33 +0,0 @@ -# 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) |