# 2022/11/14 - Project: SDE Metrics meeting-3 ###### tags: `Project: SDE Metrics` - Location: Room 2.023 - Date: Monday 14th Nov 2022, 11:15 AM - Attendees: KC, Kirsten Crane, AK, ID, NA ## Minutes - Kirsten and AK updated that at least 5 members of the group are ready to contribute towards coding for the package. - ID is the new member of the group and will contribute towards coding time series evaluation metrics. - Kirsten raised issue about directory structure of metrics. This is to be decided by whole group. - Kirsten and ID discussed about 'driver class' that deals with some pre-processing and presentation/plots. ID to create a basic driver class that can be expanded. - Everyone agreed that each metric function will deal with incorrect data input using exception at the biggening. And not relying on validation script etc. - Kirsten raised about standard to use for documentation. KC suggest using google' docstring standard. Need to agree by whole group. - Information about suitability of metrics should be presented in a table in the repo readme pages. - Kirsten raised issue about testing standards. KC suggested that metrics that are taken from standard packages would not need any testing and the metrics designed by us should adhere validating some obvious thing e.g. throwing sensible exception about incorrect input, arithmetic exceptions. ## Actions - Agree on directory structure for repo. - Agree on documentation standards. - Agree on testing routine.