pypeit / PypeIt

The Python Spectroscopic Data Reduction Pipeline
BSD 3-Clause "New" or "Revised" License
163 stars 104 forks source link

Specify `remote_host` in call to PypeItDataPath #1852

Closed tbowers7 closed 2 months ago

tbowers7 commented 2 months ago

When caching from GitHub using the script pypeit_cache_github_data, an error was kicked complaining about "Remote host type None is not supported for package data caching." This commit corrects the issue by specifying the remote_host in the instantiation of PypeItDataPath.

modified:   pypeit/scripts/cache_github_data.py
codecov-commenter commented 2 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 38.03%. Comparing base (e7ca833) to head (b4212a8).

Files with missing lines Patch % Lines
pypeit/scripts/cache_github_data.py 0.00% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## p200_dbsp_binning_fix #1852 +/- ## ====================================================== Coverage 38.03% 38.03% ====================================================== Files 211 211 Lines 48978 48978 ====================================================== + Hits 18628 18631 +3 + Misses 30350 30347 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.