Commit Graph

16 Commits (66b36faedc859ace686ea22d83af4497a2ca4a61)

Author SHA1 Message Date
junos 66b36faedc Add Seaborn and cleanup. 2021-04-09 15:33:52 +02:00
junos b7b60294ba Add a (useless?) test for features.communication.count_comms.
Formatting.
2021-04-06 17:12:36 +02:00
junos ab2dbf7a02 Add a function to count calls and their duration and SMSes by type. 2021-04-06 16:23:19 +02:00
junos 669f7cfecb Document SMS class. 2021-04-06 13:52:08 +02:00
junos b290fb6aa4 Document classes. 2021-04-06 12:58:32 +02:00
junos b2d93e0686 Add a method to get Calls data.
Add a test for this.
2021-01-05 17:00:45 +01:00
junos 98f945add1 Imrpove code formatting. 2020-12-31 14:33:44 +01:00
junos f542a37955 Inherit from AWARESensor correctly.
Two additional tests to check getting a participant and some data.
2020-12-31 14:29:35 +01:00
junos 6dcb0daae7 Continue with the tutorial. 2020-12-24 16:57:34 +01:00
junos bc27c71041 Copy Models and edit for imports. 2020-12-24 16:46:55 +01:00
junos 8d114ebb13 Use SQLAlchemy to connect to DB. 2020-12-24 16:06:23 +01:00
junos 33d048d11b Remove pre-commit hooks.
Because PyCharm does not activate conda environment, this doesn't work properly.
I left in the formatting tools (black, isort etc.) which can be used manually.
2020-12-24 14:38:52 +01:00
junos 9711c1b202 Use python-dotenv for environment variables.
PyCharm did not load conda environment variables.
2020-12-24 14:03:36 +01:00
junos 280fa5867c Create the environment from file.
Add conda-forge as a channel for some packages.
2020-12-24 11:41:21 +01:00
junos dcd5bdbdd1 Only list the user-specified packages in environment.yml.
Let conda satisfy dependencies on each platform separately.
2020-12-24 11:35:16 +01:00
junos 98815ec973 Set up requirements.
Install packages to check the code formatting.
Do this before every commit.
2020-12-23 17:06:25 +01:00