Skip to content

Commit

Permalink
add filter in plotting
Browse files Browse the repository at this point in the history
  • Loading branch information
tongplw committed Jul 3, 2020
1 parent 5594ac0 commit 1c48258
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
for i in range(len(df)):
waves = df.iloc[i].to_dict()
attention = headset._attention(waves)
atts += [attention]
if attention < 1:
atts += [attention]

plt.hist(atts, bins=200)
plt.show()

plt.show()

0 comments on commit 1c48258

Please sign in to comment.