Skip to content

Commit

Permalink
Polish examples
Browse files Browse the repository at this point in the history
  • Loading branch information
blokhin committed Aug 29, 2024
1 parent c5757a7 commit ac42be7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions kickoff/miner_ab_etransport.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import io

Expand All @@ -8,7 +8,7 @@
from etransport_raw import analyze_raw # this is given in the supplied file "etransport_raw.py"

# the raw simulation data on the MPDS are in 7z format
# so we need the latest dev version of pylzma
# so we need e.g. the latest dev version of the pylzma package
# pip install git+https://github.com/fancycode/pylzma
# then py7zlib is available

Expand Down
4 changes: 2 additions & 2 deletions kickoff/miner_cmp_ab_pr_data.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#!/usr/bin/env python
"""
Extract and cache the MPDS data of different types (i.e. harvesting approaches):
Extract and cache the MPDS data of different types (i.e. of different harvesting approaches):
peer_reviewed experimental vs. in-house ab initio modeling
for the further comparison
"""
Expand Down

0 comments on commit ac42be7

Please sign in to comment.