Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
senwu committed Oct 26, 2021
1 parent 52c3f85 commit 03c80bc
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 23 deletions.
3 changes: 0 additions & 3 deletions src/emmental/learner.py
@@ -1,6 +1,3 @@
# Copyright (c) 2021 Sen Wu. All Rights Reserved.


"""Emmental learner."""
import collections
import copy
Expand Down
3 changes: 0 additions & 3 deletions src/emmental/logging/json_writer.py
@@ -1,6 +1,3 @@
# Copyright (c) 2021 Sen Wu. All Rights Reserved.


"""Emmental log writer."""
import json
import os
Expand Down
3 changes: 0 additions & 3 deletions src/emmental/utils/parse_args.py
@@ -1,6 +1,3 @@
# Copyright (c) 2021 Sen Wu. All Rights Reserved.


"""Emmental parse_args."""
import argparse
from argparse import ArgumentParser, Namespace
Expand Down
4 changes: 0 additions & 4 deletions src/emmental/utils/seed.py
@@ -1,8 +1,4 @@
# Copyright (c) 2021 Sen Wu. All Rights Reserved.


"""Helper function to set random seed for reproducibility of models."""

import logging
import random
from typing import Optional
Expand Down
3 changes: 0 additions & 3 deletions src/emmental/utils/utils.py
@@ -1,6 +1,3 @@
# Copyright (c) 2021 Sen Wu. All Rights Reserved.


"""Emmental utils."""
import json
import random
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/test_e2e_mixed.py
@@ -1,4 +1,4 @@
"""Emmental e2e with no y dict test."""
"""Emmental e2e test with mix with y_dict and without y_dict datasets."""
import logging
import shutil
from functools import partial
Expand Down
3 changes: 0 additions & 3 deletions tests/e2e/test_e2e_no_y_dict.py
@@ -1,6 +1,3 @@
# Copyright (c) 2021 Sen Wu. All Rights Reserved.


"""Emmental e2e with no y dict test."""
import logging
import shutil
Expand Down
3 changes: 0 additions & 3 deletions tests/utils/test_parse_args.py
@@ -1,6 +1,3 @@
# Copyright (c) 2021 Sen Wu. All Rights Reserved.


"""Emmental parsing args unit tests."""
import logging
import shutil
Expand Down

0 comments on commit 03c80bc

Please sign in to comment.