0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 7 months ago. based on code collected 7 months ago.
Jun 02, 2023 — Jun 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'refactor' More... over 13 years ago
Merge branch 'refactor' More... over 13 years ago
Update synthetic demos to use new options interface. More... over 13 years ago
Updated run.py to make use of new Options interface. More... over 13 years ago
Updated the text formatting. More... over 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... over 13 years ago
Updated test_flow_vb.py to make use of new Options object interface. Test passes. More... over 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... over 13 years ago
adapted demos after refactoring More... almost 14 years ago
correct name for executable: `FlowVB.py` More... almost 14 years ago
Changed imports to be relative to tests folder. This corresponds to running unittests from directory where they are located. More... almost 14 years ago
Modified FlowVB analysis code to work with new structure. More... almost 14 years ago
Moved initialise code into initialize.py module. More... almost 14 years ago
Added initialisation options to top level runner code. More... almost 14 years ago
Moved initialisation code out of the model. More... almost 14 years ago
Added option for loading initial parameters from a file. More... almost 14 years ago
Fixed signature on UserParameterInitialiser initialise_parameters method More... almost 14 years ago
Changed remove components to be object method instead of static. More... almost 14 years ago
Extracted initialisation methods to separate class from analysis class. More... almost 14 years ago
Restructured FlowVBAnalysis and removed plotting code. More... almost 14 years ago
Fixed error in the help message for plot_monitor More... almost 14 years ago
Added command line options for the model. More... almost 14 years ago
Made path to tests in faithful demo relative to demo folder. More... almost 14 years ago
Revert "Revert "added missing files"" More... almost 14 years ago
Revert "Changed to relative path in faithful demo." More... almost 14 years ago
Revert "added missing files" More... almost 14 years ago
Fixed runner script to have correct program name and authours in comments. More... almost 14 years ago
Fixed space around functions calls, and parenthesis. More... almost 14 years ago
FlowVB -> FlowVBAnalysis More... almost 14 years ago
Fixed bug if file format options for FlowVB runner script. More... almost 14 years ago