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

Fix for issue #2 and breaks caused by '^M' characters #4

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    8147fe3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ec5fc5 View commit details
    Browse the repository at this point in the history
  3. fix: np.float -> np.float64, np.int -> np.int64

    + chore: format
    + chore: move imports to top of file
    + chore: remove duplicated code
    jtsiddons committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ba1bd45 View commit details
    Browse the repository at this point in the history
  4. chore: remove '^M' / carriage return characters

    Fixes issue NOAA-PSL#2 - carriage return characters acting as ''
    jtsiddons committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    6abb292 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    604bc5a View commit details
    Browse the repository at this point in the history
  6. fix: Fix bug in dry air density calculation

    Duplicated from pull request NOAA-PSL#3 from @milancurcic
    jtsiddons committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    64c9eef View commit details
    Browse the repository at this point in the history
  7. chore: Remove '^M' carriage return characters

    Note - python script was single line
    jtsiddons committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    50e6d64 View commit details
    Browse the repository at this point in the history
  8. chore: format

    jtsiddons committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b7e0442 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    096fdcc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3dc1b14 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9eb5a19 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9f19b83 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3b48e38 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    79a29be View commit details
    Browse the repository at this point in the history
  15. feat: add shebang

    jtsiddons committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    0debd2d View commit details
    Browse the repository at this point in the history
  16. fix: correct print and raise statements (python3)

    + correct shebang ('\r' was removed)
    jtsiddons committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b416405 View commit details
    Browse the repository at this point in the history