HERA-Team / uvtools

Tools useful for the handling, visualization, and analysis of interferometric data.
MIT License
1 stars 1 forks source link

fix: remove deprecated numpy types #151

Closed steven-murray closed 1 year ago

steven-murray commented 1 year ago

Removes all the np.int, np.float, np.complex and np.str

codecov[bot] commented 1 year ago

Codecov Report

Base: 62.43% // Head: 62.43% // No change to project coverage :thumbsup:

Coverage data is based on head (dc7af54) compared to base (78ed2fb). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #151 +/- ## ======================================= Coverage 62.43% 62.43% ======================================= Files 7 7 Lines 1544 1544 ======================================= Hits 964 964 Misses 580 580 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `62.43% <100.00%> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HERA-Team#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/HERA-Team/uvtools/pull/151?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HERA-Team) | Coverage Δ | | |---|---|---| | [uvtools/dspec.py](https://codecov.io/gh/HERA-Team/uvtools/pull/151/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HERA-Team#diff-dXZ0b29scy9kc3BlYy5weQ==) | `97.76% <100.00%> (ø)` | | | [uvtools/utils.py](https://codecov.io/gh/HERA-Team/uvtools/pull/151/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HERA-Team#diff-dXZ0b29scy91dGlscy5weQ==) | `61.76% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HERA-Team). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HERA-Team)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.