Skip to content

Consider renaming image files #121

@daniel-thom

Description

@daniel-thom

The upgrades module produces image files where the number of violations is embedded into the filenames. For example:

Bus violations before voltage upgrades_16.pdf
Bus violations after voltage upgrades_0.pdf

I recommend not doing this because it makes the filenames unpredictable. Imagine that there is a post-processing script that aggregates images. It would have to use pattern matching. The number of violations is recorded elsewhere.

Also, consider not using spaces in the filenames. It could just be me, and if so, please ignore, but it makes it more difficult to process the files in a shell.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions