Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marinak-ebi authored May 24, 2024
1 parent 88511de commit 03ea4a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions eye_patch.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""This is a temporary module to synchronise the parameters/options lists with IMPRESS.
Given the size of the files (CategoryRemapping.tsv, MergeParameterList.txt), it's impossible to modify them byhand, so this module is used instead.
In the future, parameter mapping and representation will be improved and refactored, so this module will no longer be necessary."""
Given the size of the files (CategoryRemapping.tsv, MergeParameterList.txt), it's impossible
to modify them by hand, so this module is used instead. In the future, parameter mapping
and representation will be improved and refactored, so this module will no longer be necessary."""

import csv

Expand Down

0 comments on commit 03ea4a8

Please sign in to comment.