Skip to content

Commit

Permalink
add note about #63
Browse files Browse the repository at this point in the history
  • Loading branch information
jbfaden committed Jul 9, 2023
1 parent bfd573d commit be54b2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions QDataSet/src/org/das2/qds/BundleDataSet.java
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ public void bundle( QDataSet ds ) {
}
}
// This can't be done carelessly, because test037_breakCounter_2 shows a problem.
// https://github.com/das-developers/das2java/issues/63
// QDataSet dep0= (QDataSet) ds.property(QDataSet.DEPEND_0);
// QDataSet thisDep0= (QDataSet) super.property( QDataSet.DEPEND_0 );
// if ( thisDep0==null && dep0!=null ) {
Expand Down

0 comments on commit be54b2d

Please sign in to comment.