Skip to content

Commit

Permalink
FIX: Wrong function name, causing ameriflux docs to not build. (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman authored Jun 5, 2024
1 parent 1f09ad2 commit ce80315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion act/io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
'check_if_tar_gz_file',
'read_arm_mmcr',
],
'ameriflux': ['format_as_ameriflux'],
'ameriflux': ['convert_to_ameriflux'],
'text': ['read_csv'],
'icartt': ['read_icartt'],
'mpl': ['proc_sigma_mplv5_read', 'read_sigma_mplv5'],
Expand Down

0 comments on commit ce80315

Please sign in to comment.