Skip to content

Commit 3e04940

Browse files
Merge branch 'epic/full_scale_testing' into hjafari/feature/MIC-5517_guardian_test
2 parents 2d7607c + b1952c3 commit 3e04940

File tree

9 files changed

+337
-94
lines changed

9 files changed

+337
-94
lines changed

docs/nitpick-exceptions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ py:exc DataSourceError
1616
# misc
1717
# TODO: remove when dropping support for Python 3.9
1818
py:class Path
19+
py:class dd.DataFrame

docs/source/conf.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@
1717
# documentation root, use os.path.abspath to make it absolute, like shown here.
1818
from pathlib import Path
1919

20-
from docutils import nodes
21-
from docutils.nodes import Text
22-
from sphinx.addnodes import literal_emphasis, pending_xref
23-
from sphinx.application import Sphinx
24-
from sphinx.environment import BuildEnvironment
25-
from sphinx.ext.intersphinx import missing_reference
26-
2720
import pseudopeople
2821

2922
base_dir = Path(pseudopeople.__file__).parent

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"types-tqdm",
5757
"types-setuptools",
5858
"pyarrow-stubs",
59+
"types-psutil",
5960
]
6061

6162
setup_requires = ["setuptools_scm"]

src/pseudopeople/dataset.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import pandas as pd
88
from tqdm import tqdm
99

10-
from pseudopeople.configuration import Keys
1110
from pseudopeople.configuration.noise_configuration import NoiseConfiguration
1211
from pseudopeople.constants.metadata import DATEFORMATS
1312
from pseudopeople.constants.noise_type_metadata import COPY_HOUSEHOLD_MEMBER_COLS

0 commit comments

Comments
 (0)