Skip to content

Commit

Permalink
STY: Applied changes in docustirng of serialize_simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 committed May 6, 2024
1 parent fd08181 commit c55a477
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion hnn_core/gui/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1451,7 +1451,12 @@ def _serialize_simulation(log_out, sim_data, simulation_list_widget):


def serialize_simulation(simulations_data, simulation_name):
"""Serialize a simulation in CSV or a ZIP file containing multiple CSVs"""
"""Serializes simulation data to CSV.
Creates a single CSV file or a ZIP file containing multiple CSVs,
depending on the number of trials in the simulation.
"""
simulation_data = simulations_data["simulation_data"]
csv_trials_output = []
# CSV file hearders
Expand Down

0 comments on commit c55a477

Please sign in to comment.