Skip to content

Commit

Permalink
Remove extra dash and commented-out code (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
mccalluc authored Dec 10, 2024
1 parent 6a0bda8 commit 56283d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions dp_wizard/utils/code_generators/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,6 @@ def _make_queries(self):
)
)

# def _make_queries(self):
# confidence_note = (
# "The actual value is within the shown range "
# f"with {int(confidence * 100)}% confidence."
# )
# column_names = self.columns.keys()
# return f"confidence = {confidence} # {confidence_note}\n\n" + "\n".join(
# _make_query(column_name) for column_name in column_names

def _make_query(self, column_name):
indentifier = name_to_identifier(column_name)
title = f"DP counts for {column_name}"
Expand Down
1 change: 0 additions & 1 deletion dp_wizard/utils/code_generators/no-tests/_notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
# Finally, we run the queries and plot the results.

QUERIES_BLOCK
# -

# The code below produces a summary report.

Expand Down

0 comments on commit 56283d4

Please sign in to comment.