Giter VIP home page Giter VIP logo

a5g3-a5g3's Introduction

172445821-245dee9a-7c37-4f00-97b4-7c03965467f3

GitHub forks GitHub stars GitHub issues GitHub contributors black

Tecnicatura en Ciencia de Datos e Inteligencia Artificial

Bienvenidos al AULA 5 - GRUPO 3 - COHORTE 2022

Colaboradores:

Escobar, Tomás

Ferreira, Juan David.

Feraboli, Germán Alejandro.

Ferragutti, Silvia

Espada, Cecilia

Fehr, Julieta

Fioranelli, Bruno

Elizondo, Silvana

Espiga, Nahuel

Testing

Para checkear que el código de alguna función esté realizando lo que se solicita en los requerimientos, podemos ejecutar por consola, por ejemplo:

$> python -m doctest funciones/varianza.py
$>

Para obtener más detalles, usamos la bandera -v:

$> python -m doctest funciones/varianza.py -v     
Trying:
    vector = [2, 4, 3, 6, 7, 33, 75, 30]
Expecting nothing
ok
Trying:
    varianza_de_lista_ramdom = varianza(vector=vector)
Expecting nothing
ok
Trying:
    varianza_de_lista_ramdom
Expecting:
    566.0
ok
Trying:
    from funciones.genrnd import genrnd
Expecting nothing
ok
Trying:
    vector1 = genrnd()
Expecting nothing
ok
Trying:
    varianza_de_lista_ramdom = varianza(vector=vector1)
Expecting nothing
ok
1 items had no tests:
    varianza
1 items passed all tests:
   6 tests in varianza.varianza
6 tests in 2 items.
6 passed and 0 failed.
Test passed.
$>
  • No todas poseen (por el momento) esta funcionalidad.

Contributors

a5g3-a5g3's People

Forkers

brufio

a5g3-a5g3's Issues

Funcion, ing2i.

Crear una función que permita el ingreso de 2 valores enteros.

09- función p1.

Función que retorna el producto de los 2 primero más el 3er parámetros, usando las
funciones anteriores.

11- función p1.

Función que retorna la resta de los 2 primero por el 3er parámetros, usando las funciones
anteriores.

10- función p1.

Función que retorna la suma de los 2 primero por el 3er parámetros, usando las
funciones anteriores.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.