Skip to content

Commit

Permalink
Update docstrings for lammps workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rashatwi committed Apr 19, 2024
1 parent 93767a3 commit 8fa5170
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mispr/lammps/workflows/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,9 @@ def lammps_analysis_fws(analysis_list, analysis_settings, working_dir, **kwargs)
kwargs (keyword arguments): Additional keyword arguments.
Returns:
tuple: A tuple containing the following elements:
fireworks (list): List of FireWorks objects for running LAMMPS analysis.
links_dict (dict): Dictionary containing the links between the FireWorks.
tuple:
- fireworks (list): List of FireWorks objects for running LAMMPS analysis.
- links_dict (dict): Dictionary containing the links between the FireWorks.
"""
fireworks = []
links_dict = {}
Expand Down

0 comments on commit 8fa5170

Please sign in to comment.