-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MCS-1983 Replaced old webenabled scenes with Eval 7 scenes #715
Conversation
INTERACTIVE_ASYMMETRIC_TOOL_USE = ( | ||
INTERACTIVE_ASYMMETRIC_TOOL = ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had to rename a few of these to align with the Eval 7 files, but kept the old names as backups.
# Remove "eval_7_" from the scene name if it's present. | ||
scene_type = scene_type.replace('EVAL_7_', '') | ||
# Rename passive_agents to passive_agent for simplicity, because I'm | ||
# apparently inconsistent with our naming conventions (sorry). | ||
scene_type = scene_type.replace('PASSIVE_AGENTS_', 'PASSIVE_AGENT_') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seemed easier than renaming all of the Eval 7 files.
@NDCACI , I got an error launching this.. are you seeing that too or am I all messed up? |
I commented out the old task names that where changed and reassigned to the new EVAL 7 names, they were causing enumeration errors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it now runs for me after I made the last change in the comment section
No description provided.