ncsu-landscape-dynamics / popsborder

PoPS Border: Simulation of contaminated consignments and their inspections
https://mybinder.org/v2/gh/ncsu-landscape-dynamics/popsborder/main?labpath=examples%2Fnotebooks%2Fbasic_with_command_line.ipynb
GNU General Public License v2.0
2 stars 4 forks source link

Default to all columns in scenario results to pandas conversion function #161

Closed wenzeslaus closed 2 years ago

wenzeslaus commented 2 years ago

The function which converts results from run_scenarios(...) to pandas DataFrame should by default use all columns (variables) removing the need to specify them.

wenzeslaus commented 2 years ago

169 defaults to all columns for function processing results from run_simulation(...) and run_scenarios(...) calls.