Skip to content

Commit

Permalink
Renamed .yml files as .yaml (#451)
Browse files Browse the repository at this point in the history
* Renamed .yml files as .yaml

* Update trigger_metplus.yaml

change branch from develop to main to avoid triggering METplus testing since the change in yml to yaml will cause METplus usecases to fail.

---------

Co-authored-by: bikegeek <3753118+bikegeek@users.noreply.github.com>
  • Loading branch information
mollybsmith-noaa and bikegeek authored Jun 28, 2024
1 parent f332db6 commit eecd4f5
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Trigger METplus Workflow
on:
push:
branches:
- develop
- main
paths-ignore:
- 'docs/**'
- '.github/pull_request_template.md'
Expand Down
2 changes: 1 addition & 1 deletion metplotpy/plots/histogram/histogram.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def __init__(self, parameters, data):
ValueError: If the data array has dimension not equal 2.
"""

default_conf_filename = "histogram_defaults.yml"
default_conf_filename = "histogram_defaults.yaml"
# init common layout
super().__init__(parameters, default_conf_filename)

Expand Down

0 comments on commit eecd4f5

Please sign in to comment.