Skip to content

Commit

Permalink
drop model_test_utils.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
olupton committed Jun 5, 2023
1 parent 1f6afbf commit 1bb5bf1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
3 changes: 1 addition & 2 deletions test/unit_tests/container/node.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include "neuron/container/node.hpp"
#include "neuron/container/soa_container.hpp"
#include "section.h"
#include "../model_test_utils.hpp"

#include <catch2/catch.hpp>

Expand Down Expand Up @@ -239,7 +238,7 @@ std::vector<double> get_node_voltages(std::vector<::Node> const& nodes) {
return ret;
}
std::tuple<std::vector<::Node>, std::vector<double>> get_nodes_and_reference_voltages(
std::size_t num_nodes) {
std::size_t num_nodes = 10) {
std::vector<double> reference_voltages{};
std::generate_n(std::back_inserter(reference_voltages), num_nodes, [i = 0]() mutable {
auto x = i++;
Expand Down
10 changes: 0 additions & 10 deletions test/unit_tests/model_test_utils.hpp

This file was deleted.

0 comments on commit 1bb5bf1

Please sign in to comment.