-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix/remove simularium engine specific code #391
Conversation
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.
Had a few questions but otherwise LGTM!
const enum PlayBackType { | ||
ID_LIVE_SIMULATION = 0, | ||
ID_PRE_RUN_SIMULATION = 1, | ||
ID_TRAJECTORY_FILE_PLAYBACK = 2, | ||
// insert new values here before LENGTH | ||
LENGTH, | ||
} |
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.
Why is this enum no longer needed? Is it only used by Simularium engine?
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.
Correct! Octopus doesn't use this
Co-authored-by: Peyton Lee <[email protected]>
jest coverage report 🧪Total coverage
Show files with reduced coverage 🔻Reduced coverage
|
Time Estimate or Size
small
Problem
As we fully transition to octopus, it's time to strip out the simularium-engine specific code that is no longer useful
Link to story or ticket
Solution
--octopus
commandline option, as that will now be the assumed platformuseOctopus
option, as that will now be the assumed platformA website PR will need to be made after this, updating their
NetConnectionParams
to removeuseOctopus