Skip to content
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

Merged
merged 6 commits into from
Dec 15, 2023

Conversation

ThomasSchellenbergNextCentury
Copy link
Collaborator

No description provided.

Comment on lines -38 to +39
INTERACTIVE_ASYMMETRIC_TOOL_USE = (
INTERACTIVE_ASYMMETRIC_TOOL = (
Copy link
Collaborator Author

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.

Comment on lines +375 to +379
# 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_')
Copy link
Collaborator Author

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.

@phile-caci
Copy link
Collaborator

@NDCACI , I got an error launching this.. are you seeing that too or am I all messed up?

@phile-caci
Copy link
Collaborator

I commented out the old task names that where changed and reassigned to the new EVAL 7 names, they were causing enumeration errors.

Copy link
Collaborator

@phile-caci phile-caci left a 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

@phile-caci phile-caci merged commit 336bc39 into new-webenabled Dec 15, 2023
8 checks passed
@phile-caci phile-caci deleted the MCS-1983 branch December 15, 2023 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants