Skip to content

Commit

Permalink
remove debugging main function
Browse files Browse the repository at this point in the history
  • Loading branch information
kalebphipps committed Aug 16, 2024
1 parent 9ff4955 commit 952fbd4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions paint/data/juelich_weather_convertor.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import pandas as pd

import paint.util.paint_mappings as mappings
from paint import PAINT_ROOT


class JuelichWeatherConvertor:
Expand Down Expand Up @@ -152,13 +151,3 @@ def merge_and_save_to_hdf5(self) -> pd.Series:
)

return metadata


if __name__ == "__main__":
weather_convertor = JuelichWeatherConvertor(
input_root_dir=f"{PAINT_ROOT}/ExampleDataKIT/Weather",
output_path=f"{PAINT_ROOT}/ConvertedData/Weather",
file_name="juelich-weather.h5",
)
meta = weather_convertor.merge_and_save_to_hdf5()
print("HI BOB")

0 comments on commit 952fbd4

Please sign in to comment.