Skip to content

Need to fix the way that seeds are written to results file #54

@langfob

Description

@langfob

I'm clearing seed output in gscp_11aa for the moment because initialization code for abbreviated output there now sets it to the parameters list input value "seed". I don't think that's even used anymore since seeds can be set all over the place, e.g., one for the whole tzar run, one for the rsrun, one for any problems created, etc. Need to rethink what should be written out to the results files.

Probably need to have individual seed names instead of one global seed output.

Also need a way to encode when the seed was not explicitly set for the individual seeds.

This is what I've done temporarily, i.e., leaving the slot there in the output but not giving it a value:

    initialized_output_df$seed [cur_result_row] = NA    ##### parameters$seed

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions