diff --git a/quota-issue.md b/quota-issue.md index 2214ceb..db09687 100644 --- a/quota-issue.md +++ b/quota-issue.md @@ -1,6 +1,6 @@ # Exceeded quota problems on DICE -Apologies to those who had issues with having insufficient quota space on DICE in the labs on Monday (25th September). +Apologies to those who may have issues with having insufficient quota space on DICE in the labs on Monday (25th September). This was caused by the [dynamic AFS quota system](http://computing.help.inf.ed.ac.uk/dynamic-afs-quotas) which only initially allocates users a subset of their maximum quota and then checks hourly to increase this quota as needed. Unfortunately the amount of disk space needed to store the temporary files used in installing the course dependencies exceeded the current dynamic quota for some people. This meant when running the `conda install ...` command it exited with a quota exceeded error. diff --git a/setup.py b/setup.py index bc1053e..46266b1 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup setup( name = "mlp", - author = "Pawel Swietojanski, Steve Renals and Matt Graham", + author = "Pawel Swietojanski, Steve Renals, Matt Graham and Antreas Antoniou", description = ("Neural network framework for University of Edinburgh " "School of Informatics Machine Learning Practical course."), url = "https://github.com/CSTR-Edinburgh/mlpractical",