Skip to content

Standard notebook encoding in evaluate_cnn.py #30

@riley-1995

Description

@riley-1995

materialize_results_notebook() reads/writes the notebook JSON without an explicit encoding. Since notebook files are UTF-8 by convention but platform defaults can vary, consider using read_text(encoding="utf-8") / write_text(..., encoding="utf-8") to avoid cross-platform encoding surprises.

Originally posted by @Copilot in #27 (comment)

Relevant files:

  • src/elp_rumble/evaluate_cnn.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions