Merged
Conversation
e-florez
approved these changes
Mar 2, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
En el archivo matrix_r.py, se encuentra la función que realiza la construcción de la matriz cuadrada de distancias, la cual después es almacenada en un diccionarío.
Por el momento, no he encontrado posibles errores de caja negra debido a que el éxito de está función depende de si los diccionarios que contienen la información de los xyz esté bien, así como de los nombres de los archivos, lo cual es realizado por funciones anteriores.
Resumen:
branch : Matriz_R_Andy
Lineas adicionadas en el main: 1 (posición 81)
Archivos creados: matriz_r.py
Función creada: Distance_Matrix (Argumentos: files_xyz[Tipo: Lista],coordinates_XYZ[Tipo: Diccionarío]; Return: R_Matrix[Tipo: Diccionarío])
Quedo atento a sus respuestas.