Skip to content

Commit

Permalink
Removing TODO tags, removing redundant local module
Browse files Browse the repository at this point in the history
  • Loading branch information
GluonicPenguin committed Jan 20, 2022
1 parent 787901a commit 17fade8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion autodqm_ml/data_formats/histogram.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ def normalize(self):

def clean(self):
"""
TODO
"""
pass
1 change: 0 additions & 1 deletion autodqm_ml/data_prep/data_fetcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ def write_data(self):
def write_summary(self):
"""
Write summary json of configuration.
TODO
"""
return

8 changes: 0 additions & 8 deletions docs/source/algorithms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ algorithms.ml\_algorithm module
:undoc-members:
:show-inheritance:

algorithms.original\_ae module
------------------------------

.. automodule:: algorithms.original_ae
:members:
:undoc-members:
:show-inheritance:

algorithms.pca module
---------------------

Expand Down

0 comments on commit 17fade8

Please sign in to comment.