Skip to content

Commit

Permalink
fix: Removing breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
pesap committed Jan 11, 2025
1 parent 050b9f9 commit 26be706
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/r2x/exporter/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ def export_data_files(self, year: int, time_series_folder: str = "Data") -> None

config_dict["component_type"] = component_type
csv_fname = string_template.safe_substitute(config_dict)
breakpoint()
csv_table = np.column_stack([datetime_array, *time_series_arrays])
header = '"DateTime",' + ",".join(
[f'"{name}"' for name in self.time_series_name_by_type[component_type]]
Expand Down

0 comments on commit 26be706

Please sign in to comment.