We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac3481f commit 5a2b0beCopy full SHA for 5a2b0be
1 file changed
floris/core/core.py
@@ -283,6 +283,11 @@ def solve_for_velocity_deficit_profiles(
283
for more details.
284
"""
285
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
+
291
# Create a grid that contains coordinates for all the sample points in all profiles.
292
# Effectively, this is a grid of parallel lines.
293
n_lines = len(downstream_dists)
0 commit comments