Skip to content

Commit 8973250

Browse files
author
Eric Tsai
committed
rename to election_data_analysis
1 parent beb62c1 commit 8973250

104 files changed

Lines changed: 69 additions & 69 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 2 additions & 2 deletions

docs/Result_file_comparsion.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Instructions to compare two results file.
22

3-
Run election_anomaly\verify_results\result_verification.py
3+
Run election_data_analysis\verify_results\result_verification.py
44
Select result file 1 for comparison.
55
Select result file 2 for comparison.
66

docs/User_Guide.md

Lines changed: 2 additions & 2 deletions

docs/sample_session.rtf

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@
1818
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
1919
2020
\fs28 \cf0 %
21-
\f1\b mkdir my_election_anomaly_finder\
21+
\f1\b mkdir my_election_data_analysis_finder\
2222
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
2323
2424
\f0\i\b0 \cf0 \
25-
Navigate to directory and clone repository. This creates a repository subdirectory called 'election_anomaly'
25+
Navigate to directory and clone repository. This creates a repository subdirectory called 'election_data_analysis'
2626
\f2\i0\fs24 .
2727
\fs28 \
2828
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
2929
\cf0 %
30-
\f1\b cd my_election_anomaly_finder
30+
\f1\b cd my_election_data_analysis_finder
3131
\f2\b0 \
32-
my_election_anomaly_finder %
33-
\f1\b git clone https://github.com/sfsinger19103/election_anomaly.git
32+
my_election_data_analysis_finder %
33+
\f1\b git clone https://github.com/sfsinger19103/election_data_analysis.git
3434
\f2\b0\fs24 \
35-
Cloning into 'election_anomaly'...\
35+
Cloning into 'election_data_analysis'...\
3636
remote: Enumerating objects: 431, done.\
3737
remote: Counting objects: 100% (431/431), done.\
3838
remote: Compressing objects: 100% (235/235), done.\
@@ -46,7 +46,7 @@ Resolving deltas: 100% (5546/5546), done.\
4646
\f2\i0\fs24 .\
4747
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
4848

49-
\fs28 \cf0 my_election_anomaly_finder %
49+
\fs28 \cf0 my_election_data_analysis_finder %
5050
\f1\b wget https://s3.amazonaws.com/dl.ncsbe.gov/ENRS/2018_11_06/provisional_20181106.txt
5151
\f2\b0 \
5252

@@ -67,10 +67,10 @@ provisional_20181106. 100%[========================>] 12.21M 5.04MB/s in 2.
6767
\f2\i0\fs24 .\
6868
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
6969

70-
\fs28 \cf0 my_election_anomaly_finder %
71-
\f1\b cd election_anomaly
70+
\fs28 \cf0 my_election_data_analysis_finder %
71+
\f1\b cd election_data_analysis
7272
\f2\b0 \
73-
election_anomaly %
73+
election_data_analysis %
7474
\f1\b python3 setup.py install
7575
\f2\b0 \
7676

@@ -85,15 +85,15 @@ running egg_info\
8585
Using /usr/local/lib/python3.7/site-packages\
8686
Finished processing dependencies for election-anomaly==0.1\
8787

88-
\fs28 election_anomaly %
88+
\fs28 election_data_analysis %
8989
\f1\b cd ..
9090
\f2\b0 \
9191
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
9292

9393
\f0\i \cf0 \
94-
Using whatever editor you like, create a file called 'run_time.ini` in the 'election_anomaly' directory using 'election_anomaly/src/templates/parameter_file_templates/run_time.ini' as a template. For instance, replace '<path to project root>' with the path to your current directory, so the line will look like this:\
94+
Using whatever editor you like, create a file called 'run_time.ini` in the 'election_data_analysis' directory using 'election_data_analysis/src/templates/parameter_file_templates/run_time.ini' as a template. For instance, replace '<path to project root>' with the path to your current directory, so the line will look like this:\
9595
96-
\f2\i0 project_root=/Users/sfsinger/Temp/my_election_anomaly_finder
96+
\f2\i0 project_root=/Users/sfsinger/Temp/my_election_data_analysis_finder
9797
\fs24 \
9898

9999
\f0\i\fs28 Do not use spaces or quotes.
@@ -104,10 +104,10 @@ Finished processing dependencies for election-anomaly==0.1\
104104
\f2\i0\fs24 \
105105
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0
106106

107-
\fs28 \cf0 my_election_anomaly_finder %
108-
\f1\b python3 election_anomaly/src/election_anomaly/main_routines/050_load_datafile.py
107+
\fs28 \cf0 my_election_data_analysis_finder %
108+
\f1\b python3 election_data_analysis/src/election_data_analysis/main_routines/050_load_datafile.py
109109
\f2\b0 \
110110

111111
\fs24 \
112112
\
113-
}
113+
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
setup(
4-
name="election_anomaly",
4+
name="election_data_analysis",
55
version="0.1",
66
package_dir={"": "src"},
77
packages=find_packages(where="src"),
-6.15 KB
Binary file not shown.

src/election_anomaly/CDF_schema_def_info/Joins/ComposingReportingUnitJoin/foreign_keys.txt renamed to src/election_data_analysis/CDF_schema_def_info/Joins/ComposingReportingUnitJoin/foreign_keys.txt

File renamed without changes.

src/election_anomaly/CDF_schema_def_info/Joins/ComposingReportingUnitJoin/short_name.txt renamed to src/election_data_analysis/CDF_schema_def_info/Joins/ComposingReportingUnitJoin/short_name.txt

File renamed without changes.

src/election_anomaly/CDF_schema_def_info/elements/BallotMeasureContest/enumerations.txt renamed to src/election_data_analysis/CDF_schema_def_info/elements/BallotMeasureContest/enumerations.txt

File renamed without changes.

src/election_anomaly/CDF_schema_def_info/elements/BallotMeasureContest/fields.txt renamed to src/election_data_analysis/CDF_schema_def_info/elements/BallotMeasureContest/fields.txt

File renamed without changes.

0 commit comments

Comments
 (0)