Open Kodiologist opened 4 years ago
Textual input format is an old pattern, I will update the docs.
Any updates @gabrielfelipeg?
Forgive me if this is out of line, but I figure it's worth mentinoing since code for outranking methods is so sparse on GitHub: I'm working on a new VDA method, Artiruno.
The docs even says that the Vanilla implementation accepts the text format 😞
In particular,
samples/*/input
use a textual input format of some kind, whereasmain.py
seems to expects a TIFF. There are some example invocations in the README, likepython main.py -fp AEMMF.tif 0.5 -type=linear 1 -size=2048 -proc=4
, but noAEMMF.tif
is provided.