-
Notifications
You must be signed in to change notification settings - Fork 39
Step mode #170
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
Open
ALITTLELZ
wants to merge
34
commits into
deepmodeling:dev
Choose a base branch
from
ALITTLELZ:stepmode
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Step mode #170
Changes from 33 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
42c6e00
change 9320 desk row number to 4
ALITTLELZ 57974c8
Updated 9320 host address
ALITTLELZ 039096b
Updated 9320 host address
ALITTLELZ 6616d4c
Add **kwargs in classes: PRCXI9300Deck and PRCXI9300Container
ALITTLELZ f170033
Removed all sample_id in prcxi_9320.json to avoid KeyError
ALITTLELZ 3eacdd3
Merge branch 'dptech-corp:dev' into dev
ALITTLELZ 99c7cb4
Merge branch 'dptech-corp:dev' into dev
ALITTLELZ 3eb1186
Merge branch 'dptech-corp:dev' into dev
ALITTLELZ 55b0c37
Merge branch 'dptech-corp:dev' into dev
ALITTLELZ 6643bd4
Merge branch 'dptech-corp:dev' into dev
ALITTLELZ 82dbe4b
Merge branch 'dptech-corp:dev' into dev
ALITTLELZ f582430
Merge branch 'dptech-corp:dev' into dev
ALITTLELZ bd0e33c
Merge branch 'dptech-corp:dev' into dev
ALITTLELZ 8bcf6ee
Merge branch 'dptech-corp:dev' into dev
ALITTLELZ 28c9dc5
Merge branch 'dptech-corp:dev' into dev
ALITTLELZ afa2553
Merge branch 'dptech-corp:dev' into dev
ALITTLELZ 0bd5289
Merge branch 'dptech-corp:dev' into dev
ALITTLELZ 71d6b31
Merge branch 'dptech-corp:dev' into dev
ALITTLELZ 503ab73
Merge branch 'dptech-corp:dev' into dev
ALITTLELZ d2c9136
9320 machine testing settings
ALITTLELZ 685a438
Merge branch 'dptech-corp:dev' into dev
ALITTLELZ 48ff96b
Typo
ALITTLELZ 7183667
Merge branch 'dptech-corp:dev' into dev
ALITTLELZ 56e3465
Merge branch 'dptech-corp:dev' into dev
ALITTLELZ 12da4f2
Merge branch 'dptech-corp:dev' into dev
ALITTLELZ 6cbabe9
Merge branch 'dptech-corp:dev' into dev
ALITTLELZ 1314400
Merge branch 'dptech-corp:dev' into dev
ALITTLELZ a5ff8a9
Merge branch 'dptech-corp:dev' into dev
ALITTLELZ 71fb5fe
Merge branch 'dptech-corp:dev' into dev
ALITTLELZ bbe7b9f
Merge branch 'dptech-corp:dev' into dev
ALITTLELZ 63f0983
Merge branch 'dptech-corp:dev' into dev
ALITTLELZ dbb64d2
Merge branch 'dptech-corp:dev' into dev
ALITTLELZ 39cf10c
Add 9320 step mode
ALITTLELZ 7e2ede1
Update 9320 layout and materials list
ALITTLELZ File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
issue: Mix method now has different return behavior in step_mode.
Returning a value in both branches will help prevent unexpected behavior for callers relying on a consistent method interface.