bangerth / SampleFlow

SampleFlow -- a library for composing complex statistical sampling algorithms
GNU Lesser General Public License v2.1
4 stars 5 forks source link

Make sure connections are broken. #228

Closed bangerth closed 7 months ago

bangerth commented 7 months ago

225 adds a test in which we have a filter that is immediately destroyed again. This should break the connection between producer and consumer, but apparently does not. Investigate and fix this.