chathika / MACM

The Multi-Action Cascade Model of Conversation
GNU General Public License v3.0
1 stars 2 forks source link

Platforms hardcoded #20

Open chathika opened 4 years ago

chathika commented 4 years ago

Platform specific activity thresholds should not be hardcoded in MACMInitialization.py . Recommend that they are passed as an argument, a dictionary, with default values set.

https://github.com/chathika/MACM/blob/9164314a77b99ba8aca0bb72a36f4bba1e19fb12/MACM/MACMInitialization.py#L45