Skip to content

Commit

Permalink
#34 Add shebang and module docstring to distributions.py and helpers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
carljohnsen committed Sep 13, 2024
1 parent d37ce17 commit d4d5e65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/py/distributions.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#! /usr/bin/python3
'''
This module contains functions for generating Gaussian, exponential, power, and Lorentzian distributions.
'''
Expand Down
4 changes: 4 additions & 0 deletions src/lib/py/helpers.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#! /usr/bin/python3
'''
This file contains helper functions for loading and updating HDF5 files, generating cylinder masks, and parsing commandline arguments.
'''
import sys
sys.path.append(sys.path[0]+"/../")

Expand Down

0 comments on commit d4d5e65

Please sign in to comment.