Skip to content

Commit 5a2b0be

Browse files
committed
Add Pandas->Numpy change warning log
1 parent ac3481f commit 5a2b0be

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

floris/core/core.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,11 @@ def solve_for_velocity_deficit_profiles(
283283
for more details.
284284
"""
285285

286+
self.logger.warning(
287+
"Velocity deficit profiles will move to a Numpy data structure in the next release. "
288+
"See https://github.com/NatLabRockies/floris/pull/1194."
289+
)
290+
286291
# Create a grid that contains coordinates for all the sample points in all profiles.
287292
# Effectively, this is a grid of parallel lines.
288293
n_lines = len(downstream_dists)

0 commit comments

Comments
 (0)