// assertTrue(error2 > 1e-10 && error2 < 3.5e-4 && error2 < error);
// }
public void testAddBias2D() throws StructuralException, SimulationException {
Network network = new NetworkImpl();
FunctionInput input = new FunctionInput("input", new Function[]{new IdentityFunction(1, 0)}, Units.UNK);
network.addNode(input);
NEFEnsembleFactory ef = new NEFEnsembleFactoryImpl();
int n = 300;
NEFEnsemble pre = ef.make("pre", n, 2);
pre.addDecodedTermination("input", MU.uniform(2, 1, 1), .005f, false);