Skip to content
New issue

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

Add unit tests and run them in the CI action #25

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Commits on Aug 30, 2024

  1. Adding some test mimiking the tutorial

    Cristian Pozo Gonzalez committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    2c9a7e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Update the files directions in the config file

    Cristian Pozo Gonzalez committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    077d326 View commit details
    Browse the repository at this point in the history
  2. Add github actions workflows for testing

    Cristian Pozo Gonzalez committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    12d4550 View commit details
    Browse the repository at this point in the history
  3. Update the ci workflow to use mamba instead of conda

    Cristian Pozo Gonzalez committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f008d7e View commit details
    Browse the repository at this point in the history
  4. Update the env config file to force install lstchain==0.10.6

    Cristian Pozo Gonzalez committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d835bde View commit details
    Browse the repository at this point in the history
  5. Update the setup.py file to force lstchain==0.10.6

    Cristian Pozo Gonzalez committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7ed43de View commit details
    Browse the repository at this point in the history
  6. Adding more-itertools 10.4.0 dependency

    Cristian Pozo Gonzalez committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8ed2a24 View commit details
    Browse the repository at this point in the history
  7. Adding ruff pre-commit implementation

    Cristian Pozo Gonzalez committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    110ce35 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. First formatting of the code using ruff

    Cristian Pozo Gonzalez committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    67e8005 View commit details
    Browse the repository at this point in the history
  2. Fix some bug after pass ruff linter

    Cristian Pozo Gonzalez committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    09f612b View commit details
    Browse the repository at this point in the history
  3. Add tool.setuptools_scm section to the pyproyect.toml

    Cristian Pozo Gonzalez committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    8a79546 View commit details
    Browse the repository at this point in the history
  4. Add project secction to pyproject.toml file

    Cristian Pozo Gonzalez committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    60a03e6 View commit details
    Browse the repository at this point in the history
  5. Fix the project seccion in the pyproject.toml file.

    Cristian Pozo Gonzalez committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    36419d0 View commit details
    Browse the repository at this point in the history
  6. Test project.toml new configuration

    Cristian Pozo Gonzalez committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    95a0a4a View commit details
    Browse the repository at this point in the history
  7. Remove the ruff lint exclusion

    Cristian Pozo Gonzalez committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    3028c34 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Fix the E712 pep8

    Cristian Pozo Gonzalez committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    6b363e8 View commit details
    Browse the repository at this point in the history
  2. Change the tests. To implement the np.asset_almots_equal function, to…

    … compare the numpy arrays.
    Cristian Pozo Gonzalez committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    85b4335 View commit details
    Browse the repository at this point in the history