Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Hardcoded values in kmc_settings.py that should not be hardcoded #247

@AdityaSavara

Description

@AdityaSavara

def write_settings in io.py has the random seed and the size of the simulation as hardcoded.

These should not be hardcoded. They should be options that a person can set in the Project class ("kmc_model" object) and the numbers should be pulled from there. The random seed might need to be converted into a PRNG object, which means it might need to be converted into something like 30 digits even if it is one digit.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions