0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 15 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'refactor' More... almost 13 years ago
Merge branch 'refactor' More... almost 13 years ago
Update synthetic demos to use new options interface. More... almost 13 years ago
Updated run.py to make use of new Options interface. More... almost 13 years ago
Updated the text formatting. More... almost 13 years ago
Updated faithful demo to make use of new Options object interface. Example of modifying properties of the Option object post-instation to turn on plot-monitor. More... almost 13 years ago
Updated test_flow_vb.py to make use of new Options object interface. Test passes. More... almost 13 years ago
Updated options object to be easier to instantiate. -Default options now created when Options object is instantiated with init_params argument. -Optional argument args takes a argparse.namespace object to instantiate Options object with non default values. -Properties in Options object can also be modified post instantions for more customisation. More... almost 13 years ago
adapted demos after refactoring More... about 13 years ago
correct name for executable: `FlowVB.py` More... about 13 years ago
Changed imports to be relative to tests folder. This corresponds to running unittests from directory where they are located. More... about 13 years ago
Modified FlowVB analysis code to work with new structure. More... about 13 years ago
Moved initialise code into initialize.py module. More... about 13 years ago
Added initialisation options to top level runner code. More... about 13 years ago
Moved initialisation code out of the model. More... about 13 years ago
Added option for loading initial parameters from a file. More... about 13 years ago
Fixed signature on UserParameterInitialiser initialise_parameters method More... about 13 years ago
Changed remove components to be object method instead of static. More... about 13 years ago
Extracted initialisation methods to separate class from analysis class. More... about 13 years ago
Restructured FlowVBAnalysis and removed plotting code. More... about 13 years ago
Fixed error in the help message for plot_monitor More... about 13 years ago
Added command line options for the model. More... about 13 years ago
Made path to tests in faithful demo relative to demo folder. More... about 13 years ago
Revert "Revert "added missing files"" More... about 13 years ago
Revert "Changed to relative path in faithful demo." More... about 13 years ago
Revert "added missing files" More... about 13 years ago
Fixed runner script to have correct program name and authours in comments. More... about 13 years ago
Fixed space around functions calls, and parenthesis. More... about 13 years ago
FlowVB -> FlowVBAnalysis More... about 13 years ago
Fixed bug if file format options for FlowVB runner script. More... about 13 years ago