metaspread.configs

Functions

check_if_configs_are_present()

Checks if a configs file is present in the current directory

generate_default_configs()

Creates a default simulation_configs.csv file

init_simulation_configs(path)

Loads the config file, reading the csv given in path, and adding their values to the global scope Returns the names of the values in a list Input: string: path return: array of all the names of the variables

load_simulation_configs_for_data_generation(path)

Loads the config file, reading the csv given in path, and adding their values to the global scope Returns the names of the values in a list Input: string: path return: array of all the names of the variables

load_simulation_configs_for_reloaded_simulation(path)

Loads the config file, reading the csv given in path, and adding their values to the global scope Returns the names of the values in a list Input: string: path return: array of all the names of the variables