Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Protocol TOML files are not real TOML #624

Open
cgrigis opened this issue Mar 17, 2020 · 0 comments
Open

Protocol TOML files are not real TOML #624

cgrigis opened this issue Mar 17, 2020 · 0 comments

Comments

@cgrigis
Copy link
Collaborator

cgrigis commented Mar 17, 2020

[moved from ldsec/unlynx#34]

The protocol TOML files, as documented in https://github.com/dedis/cothority_template/tree/master/simulation, are not read TOML files: they start TOML, but end up as "CSV" (with "space" instead of comma).

For clarity, it should be either transformed into a real TOML file (perhaps changing the CSV part into an array like data = [ ["col1", "col2", "col3"], [1, 2, 3] ]), or not be called a TOML file. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant