Skip to content

Commit

Permalink
Update example page
Browse files Browse the repository at this point in the history
  • Loading branch information
dostuffthatmatters committed May 24, 2024
1 parent 3187724 commit 01a256b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/example-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The following code will run a modified code of the [Proffast 2](https://www.imk-
import tum_esm_utils

test_data_path = os.path.join("/path/to/a/folder/with/interferograms")
detection_results = tum_esm_utils.interferograms.detect_corrupt_opus_files(
detection_results = tum_esm_utils.em27.detect_corrupt_opus_files(
test_data_path
)
assert detection_results == {
Expand Down

0 comments on commit 01a256b

Please sign in to comment.