Skip to content

Commit

Permalink
Update search.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-doty committed Feb 13, 2024
1 parent 362e682 commit 25388ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuad/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ class SearchParameters:
save_design_for_all_updates: bool = False
"""
A serialized (JSON) description of the most recently updated :any:`Design` is always written to
a file `current-best-design.json`. If this is True, then in the folder `dsd_designs`, a file unique to
a file `current-best-design.json`. If this is True, then in the folder `designs`, a file unique to
that update is also written. Set to False to use less space on disk.
"""

Expand Down

0 comments on commit 25388ef

Please sign in to comment.