Skip to content

Commit

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

test_data_path = os.path.join("/path/to/a/folder/with/interferograms")
detection_results = tum_esm_utils.em27.detect_corrupt_opus_files(
test_data_path
"/path/to/a/folder/with/interferograms"
)
assert detection_results == {
'md20220409s0e00a.0199': [
Expand All @@ -61,8 +60,6 @@ assert detection_results == {
}
```

The detection result means the file `/path/to/a/folder/with/interferograms/md20220409s0e00a.0199` could not be read.

## Ring List

We have yet to find a simple Python implementation of a ring list - also called [circular buffer](https://en.wikipedia.org/wiki/Circular_buffer). Hence, we implemented a well-tested one ourselves.
Expand Down

0 comments on commit cbedca3

Please sign in to comment.