Skip to content

Commit f9873a9

Browse files
committed
Adjust tests to HT convention
1 parent 28eb3a9 commit f9873a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_xwakes_headtail_table_read.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def test_headail_table_read():
3434
for i_component, component in enumerate(wake_file_columns):
3535
if component != 'time':
3636
if component == 'longitudinal':
37-
conversion_factor = 1E12
37+
conversion_factor = -1E12
3838
else:
3939
conversion_factor = 1E15
4040

0 commit comments

Comments
 (0)