From 1d8c288968532d74d02d4973575173d78d981035 Mon Sep 17 00:00:00 2001 From: Carles Tena Date: Wed, 8 Apr 2020 12:55:33 +0200 Subject: [PATCH] Drop prints --- hermesv3_bu/sectors/traffic_sector.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hermesv3_bu/sectors/traffic_sector.py b/hermesv3_bu/sectors/traffic_sector.py index 52cc67f..365f562 100755 --- a/hermesv3_bu/sectors/traffic_sector.py +++ b/hermesv3_bu/sectors/traffic_sector.py @@ -1283,12 +1283,6 @@ class TrafficSector(Sector): self.downcast(df) # Transform dataset into timestep rows instead of timestep columns df = self.transform_df(df) - if self.comm.Get_rank() == 0: - print('AKIIIIIIIII') - print(df.columns) - print(df.head()) - print(speciation.columns) - print(speciation.head()) in_list = list(df.columns.values) -- GitLab