We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You need to sign all files by following the next example:
#!/usr/bin/env python #coding=utf-8 """ countings.py: this file has the countings constants for computing our set of heatmaps. """ __author__ = "Francisco Maria Calisto" __maintainer__ = "Francisco Maria Calisto" __email__ = "[email protected]" __license__ = "MIT" __version__ = "1.0.0" __status__ = "Development" __copyright__ = "Copyright 2019, Instituto Superior Técnico (IST)" __credits__ = [ "Bruno Oliveira", "Carlos Santiago", "Jacinto C. Nascimento", "Pedro Miraldo", "Nuno Nunes" ]
The text was updated successfully, but these errors were encountered:
[FIX] Likert Scale Chart improved. Files signed (#3)
e75a245
JGMF99
No branches or pull requests
You need to sign all files by following the next example:
The text was updated successfully, but these errors were encountered: