Skip to content

Commit

Permalink
Renamed .yml files as .yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mollybsmith-noaa committed Jun 27, 2024
1 parent f332db6 commit 1dcf3a3
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 1dcf3a3

Please sign in to comment.