- Oct 19, 2016
-
-
klijn1 authored
Add Julia installation steps and example run Silence variable not used warning in validate.cpp Add missing include to rangeutil.hpp
-
- Oct 14, 2016
-
-
Ben Cumming authored
Make lambda transform iterators copy-assignable.
-
Ben Cumming authored
Enhanced validation tests.
-
- Oct 13, 2016
-
-
Sam Yates authored
-
Sam Yates authored
* Add unit test that demonstrates need for non-const version of `max_element_by` * Rename file stream member variable from `f_` to `out_` in `validation_data.hpp`.
-
Ben Cumming authored
Fixes support of scientific notation in modcc.
-
- Oct 12, 2016
-
-
Vasileios Karakasis authored
Also the corresponding unit test was rewritten in a less repetitive manner.
-
- Oct 11, 2016
-
-
Sam Yates authored
Validation of simulation results by comparing L-infinity distance and maximum peak displacement in voltage traces taken at mid-points and end-points of sections. Note that these tests will broadly _fail_ at this point. Reference data generation and visualization: * Use voltage traces as validation data from NEURON; refactor generation scripts. * Generate validation data as a dependency of `validation.exe`. * Store validation data in a `tsplot`-compatible format. * Extend `tsplot` to handle multiple time series per file, a non-time 'time' axis (see `-A` option), filtering of time series by meta data queries (see `-s` option). * Remove pre-generated spike-time validation data files. Core extensions: * Add a single-cell `singleton_recipe` recipe wrapper. * Allow cell descriptions to be cloned (explicitly) for use with this wrapper. * Add `simple_sampler` which maintains a trace of scalar observables as a vector of (time, value) pairs. * Allow cell groups to be exposed from `model` (used for post-synaptic event injection in synapse validation test.) Utility extensions: * Add `math::signum` function. * Fix `value_type` determination in `util::transform_iterator` where the underlying iterator dereferences to a reference type. * Add `util::max_element_by` and `util::max_value` sequence utilities to `rangeutil.hpp`. * Small bug fixes for `util::optional` (one const correctness case, and proper behaviour for implicit conversion of `nothing_t` to `optional<void>`.) * Generic `util::first` and `util::second` accessor functional objects for reference access to `std::pair` fields in the absence of generic lambda functions. * Add `util::path` for path manipulation, corresponding to a subset of C++17 `std::filesystem::path` functionality. Only POSIX path semantics supported at this point. Validation tests: * Rework all validation tests as comparisons of voltage trace data against a (presumably converged) reference trace generated by NEURON. * Add options to `validation.exe` driver for verbose output of test results (`-v`), limiting the compartment number in convergence tests (`-m`) and saving the generated traces to a `tsplot`-compatilble JSONfile (`-o`). * Gather trace comparison metrics and analysis into `trace_analysis.hpp` and `trace_analysis.cpp`. * Add super simple command line argument parsing utility `tinyopt.hpp`. * Make a consistent naming of `ball_and_3stick` model across sources. * New `ball_and_taper` model.
-
- Oct 08, 2016
-
-
Ben Cumming authored
modcc: support for comments starting with '?'
-
- Oct 07, 2016
-
-
Vasileios Karakasis authored
-
Sam Yates authored
add unit test that shows bug in fvm
-
Benjamin Cumming authored
-
Benjamin Cumming authored
* add unit test fvm_multi.mechanism_indexes that fails to show bug in ticket #20 * add interface to fvm_multicell for getting list of stimuli * add unit test that checks stimuli are correctly added to lowered cell
-
Vasileios Karakasis authored
-
- Oct 06, 2016
-
-
Ben Cumming authored
-
- Oct 05, 2016
-
-
Vasileios Karakasis authored
update modcc to latest modparser trunk
-
- Oct 04, 2016
-
-
Benjamin Cumming authored
* update the out of date version of modparser was added to the repository * fix some warnings about unused static functions in a modcc test header * move modcc/src path contents to modcc, because there was little point having the additional sub directory.
-
Ben Cumming authored
Moved over modcc unit tests.
-
Ben Cumming authored
Can't std::sort on forward iterators.
-
Sam Yates authored
But GNU libstc++ tries to anyway, hilarious segfaults ensue. * Don't try and sort a sentinel-terminated range. * Instead provide a `strict_view` that walks a range (if required) and presents a range with a proper end iterator. * Tests, const range (but non-const iterator) implementations.
-
Vasileios Karakasis authored
-
Ben Cumming authored
pid doc cleanup
-
Benjamin Cumming authored
-
Benjamin Cumming authored
-
Ben Cumming authored
generated mechanism headers depend on modcc
-
Benjamin Cumming authored
-
Ben Cumming authored
fixed modcc->hpp dependencies
-
Ben Cumming authored
move modparser from a submodule to the repository
-
Benjamin Cumming authored
* only the source has been moved over and the cmake rules updated * the tests still have to be moved
-
- Oct 03, 2016
-
-
Ben Cumming authored
move vector library from submodul to subdirectory
-
Benjamin Cumming authored
-
Ben Cumming authored
Cleanup
-
Benjamin Cumming authored
-
Ben Cumming authored
Cleanup
-
Benjamin Cumming authored
-
Benjamin Cumming authored
-
Benjamin Cumming authored
-
Benjamin Cumming authored
-
Benjamin Cumming authored
-
Benjamin Cumming authored
-