You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This requires multiple string-to-list and list-to-string conversion in the code (general.convert_string_to_list and gen.convert_list_to_string.). I suggest that we store arrays as arrays (meaning above would be stored as [0.969, 0.0, 0.0, 0.0, 0.0, 0.0]) and we do only once a conversion to strings: when writing the sim_telarray configuration files.
The text was updated successfully, but these errors were encountered:
Arrays are stored in the model parameters typically as strings, similar to the way sim_telarray is doing it.
Example:
This requires multiple string-to-list and list-to-string conversion in the code (
general.convert_string_to_list
andgen.convert_list_to_string
.). I suggest that we store arrays as arrays (meaning above would be stored as[0.969, 0.0, 0.0, 0.0, 0.0, 0.0]
) and we do only once a conversion to strings: when writing the sim_telarray configuration files.The text was updated successfully, but these errors were encountered: