@@ -100,7 +101,7 @@ function waveform(bb::BaseBuildingBlock)
error("Unrecognised block type in BuildingBlock: $(typeof(bb)).")
end
end
@assertall(abs.(result[end][2])<=1e-12)"$(typeof(bb)) does not end up with a gradient of zero. This is probably caused by an improper implementation of this BuildingBlock."
@assertall(abs.(result[end][2]).<=1e-12)"$(typeof(bb)) does not end up with a gradient of zero. This is probably caused by an improper implementation of this BuildingBlock."