Skip to content

Commit

Permalink
Update to self.param.warning (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Sep 26, 2023
1 parent 99af07b commit 88bcdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geoviews/operation/projection.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def _process_element(self, element):
new_data[mdim.name] = mag[mask]

if len(new_data[xdim.name]) == 0:
self.warning('While projecting a {} element from a {} coordinate '
self.param.warning('While projecting a {} element from a {} coordinate '
'reference system (crs) to a {} projection none of '
'the projected paths were contained within the bounds '
'specified by the projection. Ensure you have specified '
Expand Down

0 comments on commit 88bcdba

Please sign in to comment.