-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rule_file_validator.py now will display both the changes in affect and any time an affect or modifier is changed along A*'s path some fixes to csv file printouts to have them display more information
- Loading branch information
Showing
3 changed files
with
43 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
count,init_affect,prev_affect,curr_affect,curr_action,curr_modifier | ||
0,joy,joy,joy,resting,neutral | ||
180,joy,joy,joy,closed_flow,tempo_up | ||
360,joy,joy,sadness,closed_flow,tempo_up | ||
540,joy,sadness,sadness,open_flow,tempo_down | ||
720,joy,sadness,sadness,closed_flow,tempo_up | ||
900,joy,sadness,sadness,open_flow,tempo_down | ||
1080,joy,sadness,fear,resting,tempo_down | ||
1260,joy,fear,fear,resting,tempo_down |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters