Skip to content
Snippets Groups Projects
Commit 022b8481 authored by Sven Warris's avatar Sven Warris
Browse files

logging

parent 5c5fff00
No related branches found
No related tags found
No related merge requests found
...@@ -526,6 +526,7 @@ class F500: ...@@ -526,6 +526,7 @@ class F500:
def combineHistograms(self): def combineHistograms(self):
self.logger.info("Reading project ISA {}".format(self.args.json)) self.logger.info("Reading project ISA {}".format(self.args.json))
self.logger.info("Creating combined histogram of {}".format(self.args.histogram))
self.investigation = isajson.load(open(self.args.json, "r")) self.investigation = isajson.load(open(self.args.json, "r"))
study = self.investigation.studies[0] study = self.investigation.studies[0]
histogram = pandas.DataFrame() histogram = pandas.DataFrame()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment