You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I was trying to use WINEPI on my own data, but I was getting empty arrays returned from w.discover_frequent_episodes() and w.generate_rules(). I decided to try the example code from the readme to see if I would get the same output, but I got this error:
Traceback (most recent call last):
File "data_analysis.py", line 22, in
print(w.discover_frequent_episodes(29, 68, 5, 0.1))
File "/Users/dianaabagyan/Desktop/dev/error_logs/venv/episode_mining/episode_mining/winepi.py", line 52, in discover_frequent_episodes
C[size], t_s, t_e, win, min_fr)
File "/Users/dianaabagyan/Desktop/dev/error_logs/venv/episode_mining/episode_mining/winepi.py", line 245, in recognize_candidate_parallel
contains[(event, num)].add(epi)
TypeError: unhashable type: 'ParallelEpisode'
The text was updated successfully, but these errors were encountered:
@syntaxshill Pull request completed! Check it out here #3 🚀
Note: I automatically create a pull request for an unassigned and open issue in order from oldest to newest once a day at 00:00 UTC, as long as you have remaining automation usage. Should you have any questions or wish to change settings or limits, please feel free to contact [email protected] or invite us to Slack Connect.
Hi! I was trying to use WINEPI on my own data, but I was getting empty arrays returned from w.discover_frequent_episodes() and w.generate_rules(). I decided to try the example code from the readme to see if I would get the same output, but I got this error:
Traceback (most recent call last):
File "data_analysis.py", line 22, in
print(w.discover_frequent_episodes(29, 68, 5, 0.1))
File "/Users/dianaabagyan/Desktop/dev/error_logs/venv/episode_mining/episode_mining/winepi.py", line 52, in discover_frequent_episodes
C[size], t_s, t_e, win, min_fr)
File "/Users/dianaabagyan/Desktop/dev/error_logs/venv/episode_mining/episode_mining/winepi.py", line 245, in recognize_candidate_parallel
contains[(event, num)].add(epi)
TypeError: unhashable type: 'ParallelEpisode'
The text was updated successfully, but these errors were encountered: