Skip to content

Commit

Permalink
Merge develop and fix conflict over ignored file
Browse files Browse the repository at this point in the history
  • Loading branch information
misi9170 committed Jan 29, 2025
2 parents 506079b + cfd2f30 commit 2ccbc80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hercules/amr_wind_standin.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,9 @@ def run(self):
+ turbine_wind_directions
)

# Cast all elements as native python float so they can be read in emulator
message_from_client_array = [float(num) for num in message_from_client_array]

# Send helics message to Control Center
# publish on topic: status

Expand Down

0 comments on commit 2ccbc80

Please sign in to comment.