Skip to content

Commit 83eff15

Browse files
committed
Change compute_plm() test bis
1 parent fc7dd08 commit 83eff15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lenapy/utils/harmo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@ def _prefix_parser(unit: str) -> float:
12611261
("c", "centi"): 1e2,
12621262
("milli", "mm"): 1e3, # cannot accept 'm' because it is used for meter unit
12631263
("µ", "u", "micro"): 1e6,
1264-
("n", "nano"): 1e9,
1264+
("nano",): 1e9, # cannot accept 'n' because it is used for norm unit
12651265
("pico",): 1e12, # cannot accept 'p' because it is used for pressure unit
12661266
}
12671267

0 commit comments

Comments
 (0)