Commit Graph

300 Commits

Author SHA1 Message Date
Hykilpikonna 8d224e48e2 [+] Readme 2021-12-14 18:26:21 -05:00
Hykilpikonna 1c3ebe0b6a [+] Report pdf 2021-12-14 02:40:40 -05:00
MstrPikachu a845c3057a Edit in text citations 2021-12-14 02:37:29 -05:00
MstrPikachu 297a79c935 Add discussion 2021-12-14 02:30:59 -05:00
MstrPikachu b5f33946fd Deja vu commit 2021-12-14 02:30:07 -05:00
MstrPikachu 4b4622fbd0 Escape an underscore in references.bib 2021-12-14 01:51:16 -05:00
MstrPikachu 728aeb1470 Remove unused citations 2021-12-14 01:47:57 -05:00
MstrPikachu c4ccbe2aff Merge conflict references.bib 2021-12-14 01:39:51 -05:00
MstrPikachu 7f6708cf7b Add to references 2021-12-14 01:33:44 -05:00
Hykilpikonna 08abcec664 [+] Computational overview 2021-12-14 01:30:40 -05:00
Hykilpikonna 5c9851c698 [-] Remove keras, didn't actually use it 2021-12-14 00:44:32 -05:00
Hykilpikonna d6467473d2 [O] Running Instructions 2021-12-14 00:27:08 -05:00
Hykilpikonna ef016fc513 [O] Running instructions 2021-12-14 00:25:17 -05:00
MstrPikachu 67336b7d7c Edit main.py running instructions 2021-12-14 00:09:25 -05:00
MstrPikachu 1fc5f54165 Finish running instructions 2021-12-14 00:08:15 -05:00
MstrPikachu 87a55c81ef Add python_ta check to utils.py 2021-12-13 23:22:14 -05:00
MstrPikachu 882360b819 Add python_ta check to visualization.py 2021-12-13 22:51:04 -05:00
MstrPikachu a904e91058 Merge branch 'main' of github.com:hykilpikonna/CSC110-Project into main 2021-12-13 21:33:14 -05:00
MstrPikachu c3d3a1101c Add python_ta check to collect_twitter.py 2021-12-13 21:32:58 -05:00
Hykilpikonna 7714a99de6 [+] File structure 2021-12-13 21:12:01 -05:00
MstrPikachu 65c1b23be3 Merge branch 'main' of github.com:hykilpikonna/CSC110-Project into main 2021-12-13 21:08:21 -05:00
MstrPikachu 51d4cc8112 Add python_ta check to collect_others.py (but not checking all contracts)
python_ta.contracts.check_all_contracts() is broken so it's not used here
Fixed pseudocode style: newline after boolean operator
Fixed 2 lines of 101 characters
Added a representation invariant
2021-12-13 21:08:05 -05:00
Hykilpikonna 056b626952 [-] Remove todo in report document 2021-12-13 20:51:54 -05:00
Hykilpikonna 4aa0088cb0 [+] Copy packed data in deploy script 2021-12-13 20:51:33 -05:00
MstrPikachu 2bb09ddc99 Add python_ta check to collect_others.py
Add exception, fix variable shadowing
2021-12-13 20:45:44 -05:00
MstrPikachu 566a116b23 Add python_ta check to collect_others.py
Change dict() to {}
2021-12-13 20:05:08 -05:00
MstrPikachu f7667538b0 Add module docstring title to all files 2021-12-13 19:54:07 -05:00
MstrPikachu 3693bb3f85 I had some untracked changes oops
Merge remote-tracking branch 'refs/remotes/origin/main' into main
2021-12-13 19:37:04 -05:00
MstrPikachu e7de1e8174 Add citations to project report 2021-12-13 19:35:48 -05:00
Hykilpikonna 1dd0ebe56c [O] Ignore dot files 2021-12-13 19:32:24 -05:00
Hykilpikonna a65116d254 [O] Ignore .DS_Store in packing 2021-12-13 19:32:01 -05:00
Hykilpikonna 84bfca5e62 [+] Create script to pack for markus submission 2021-12-13 18:36:32 -05:00
Hykilpikonna b7e11cb45b [+] Pack resources 2021-12-13 18:01:48 -05:00
Hykilpikonna 70df2ce43a [F] Fix typos in report document 2021-12-13 17:58:08 -05:00
Hykilpikonna c50636bf7c [F] Fix warnings 2021-12-13 17:46:33 -05:00
Hykilpikonna c1b04a741e [+] Class attributes 2021-12-13 17:37:00 -05:00
Hykilpikonna 1eb28a62bb [O] Update dependencies and normalize requirements.txt 2021-12-13 17:21:48 -05:00
Hykilpikonna 87eaa28794 [O] Reformat code, expand imports 2021-12-13 17:20:14 -05:00
Hykilpikonna 8e2550097f [O] Fix precondition indent 2021-12-13 17:12:06 -05:00
Hykilpikonna fa0583007a [+] Module docstrings and preconditions 2021-12-13 17:08:18 -05:00
MstrPikachu 0744d1000e Add representation invariants to collect_others.py 2021-12-13 14:16:31 -05:00
MstrPikachu 79f890b28c Add representation invariants to processing.py 2021-12-13 03:15:11 -05:00
MstrPikachu c471dbf19e Add representation invariants to visualization.py 2021-12-13 01:35:37 -05:00
MstrPikachu e6b3b9bf7d Merge remote-tracking branch 'origin/main' into main 2021-12-13 01:35:07 -05:00
MstrPikachu 049d594c19 Add representation invariants to utils.py 2021-12-13 01:34:56 -05:00
Hykilpikonna 13534e1e02 [U] Update deploy script 2021-12-13 00:33:54 -05:00
Hykilpikonna 1da01de3af [U] Update project structure 2021-12-13 00:24:20 -05:00
Hykilpikonna d1e36f09a5 [U] Update project files 2021-12-13 00:07:15 -05:00
Hykilpikonna b08a66b5b3 [+] Add sample config 2021-12-13 00:06:56 -05:00
MstrPikachu 13489fe2b0 Add gridlines 2021-12-12 00:48:27 -05:00