Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Sep 5, 2023
1 parent 68970df commit d11bcc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duck/data_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def gen_data_stats(self, filename, var, nbins=100):

# Encode the BytesIO object as base64
base64_encoded_plot = base64.b64encode(buffer.read()).decode('utf-8')
print(f"{base64_encoded_plot}")
# print(f"{base64_encoded_plot}")
self.histogram = base64_encoded_plot
# close plot
plt.close()
Expand Down

0 comments on commit d11bcc0

Please sign in to comment.