Skip to content

Commit

Permalink
Merge pull request #2 from molssi-seamm/dev
Browse files Browse the repository at this point in the history
Fixed bug with options in the subflowchart
  • Loading branch information
seamm authored Jun 3, 2024
2 parents 69f91d8 + 1067eb8 commit 056f39e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
=======
History
=======
2024.6.3 -- Bugfix: handling of options for subflowchart
* Fixed a bug where the options for the subflowchart were not being parsed
correctly.

2024.5.26 -- Updated for new task handling
* The new handling of running tasks such as LAMMPS required a small change in the
code.
Expand Down
1 change: 1 addition & 0 deletions diffusivity_step/diffusivity.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@ def create_parser(self):
)

# Now need to walk through the steps in the subflowchart...
self.subflowchart.reset_visited()
node = self.subflowchart.get_node("1").next()
while node is not None:
node = node.create_parser()
Expand Down

0 comments on commit 056f39e

Please sign in to comment.