Skip to content

Commit

Permalink
Fix outdated portstatus workflow (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjsha authored Dec 6, 2024
1 parent 645c049 commit e6250d9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion workflows/hardware/hs64/hs64.bonsai
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<io:Overwrite>false</io:Overwrite>
<io:Suffix>FileCount</io:Suffix>
<io:IncludeHeader>false</io:IncludeHeader>
<io:Selector>Timestamp,Value.Clock,Value.StatusCode,Value.SerdesLocked,Value.SerdesPass</io:Selector>
<io:Selector>Timestamp,Value.Clock,Value.StatusCode</io:Selector>
</Expression>
<Expression xsi:type="Combinator">
<Combinator xsi:type="onix1:Rhd2164Data">
Expand Down
2 changes: 1 addition & 1 deletion workflows/hardware/hs64/port-status.bonsai
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<io:Overwrite>false</io:Overwrite>
<io:Suffix>FileCount</io:Suffix>
<io:IncludeHeader>false</io:IncludeHeader>
<io:Selector>Timestamp,Value.Clock,Value.StatusCode,Value.SerdesLocked,Value.SerdesPass</io:Selector>
<io:Selector>Timestamp,Value.Clock,Value.StatusCode</io:Selector>
</Expression>
</Nodes>
<Edges>
Expand Down
2 changes: 1 addition & 1 deletion workflows/hardware/np1e/np1e.bonsai
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<io:Overwrite>false</io:Overwrite>
<io:Suffix>FileCount</io:Suffix>
<io:IncludeHeader>false</io:IncludeHeader>
<io:Selector>Timestamp,Value.Clock,Value.StatusCode,Value.SerdesLocked,Value.SerdesPass</io:Selector>
<io:Selector>Timestamp,Value.Clock,Value.StatusCode</io:Selector>
</Expression>
<Expression xsi:type="Combinator">
<Combinator xsi:type="onix1:NeuropixelsV1eData">
Expand Down
2 changes: 1 addition & 1 deletion workflows/hardware/np2e/np2e.bonsai
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<io:Overwrite>false</io:Overwrite>
<io:Suffix>FileCount</io:Suffix>
<io:IncludeHeader>false</io:IncludeHeader>
<io:Selector>Timestamp,Value.Clock,Value.StatusCode,Value.SerdesLocked,Value.SerdesPass</io:Selector>
<io:Selector>Timestamp,Value.Clock,Value.StatusCode</io:Selector>
</Expression>
<Expression xsi:type="Combinator">
<Combinator xsi:type="onix1:NeuropixelsV2eData">
Expand Down
2 changes: 1 addition & 1 deletion workflows/hardware/np2e/port-status.bonsai
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<io:Overwrite>false</io:Overwrite>
<io:Suffix>FileCount</io:Suffix>
<io:IncludeHeader>false</io:IncludeHeader>
<io:Selector>Timestamp,Value.Clock,Value.StatusCode,Value.SerdesLocked,Value.SerdesPass</io:Selector>
<io:Selector>Timestamp,Value.Clock,Value.StatusCode</io:Selector>
</Expression>
</Nodes>
<Edges>
Expand Down

0 comments on commit e6250d9

Please sign in to comment.