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

Setup some development infrastructure #13

Merged
merged 10 commits into from
Mar 30, 2024
Merged

Setup some development infrastructure #13

merged 10 commits into from
Mar 30, 2024

Commits on Mar 24, 2024

  1. Create .gitignore

    andreww committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    45d36eb View commit details
    Browse the repository at this point in the history
  2. Flake8 clean

    andreww committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    ecaceca View commit details
    Browse the repository at this point in the history
  3. Move python code into package

    Also update notebooks to find the earth_model module inside the earth_model package
    andreww committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    3874547 View commit details
    Browse the repository at this point in the history
  4. Update dates in License

    andreww committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    53f0a4d View commit details
    Browse the repository at this point in the history
  5. Create a first test case

    is the mass of the earth correct?
    andreww committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    fbfcb05 View commit details
    Browse the repository at this point in the history
  6. Setup basic CI

    Only linux python3.11
    andreww committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    53b3382 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    db1bb86 View commit details
    Browse the repository at this point in the history
  2. Fix yaml error

    andreww committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    a8e798a View commit details
    Browse the repository at this point in the history
  3. Pylint in CI

    andreww committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    9107cff View commit details
    Browse the repository at this point in the history
  4. Install pylint

    andreww committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    858f50e View commit details
    Browse the repository at this point in the history