Skip to content

Commit

Permalink
matt comments
Browse files Browse the repository at this point in the history
  • Loading branch information
amandarichardsonn committed Apr 18, 2024
1 parent 514232d commit 1d0a6d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To be released at some future point in time

Description

- Remove helper function init_default
- Remove helper function ``init_default``
- Change default path for entities
- Drop Python 3.8 support
- Update watchdog dependency
Expand All @@ -42,7 +42,7 @@ Description

Detailed Notes

- Remove helper function init_default and replace with traditional type
- Remove helper function ``init_default`` and replace with traditional type
narrowing. (SmartSim-PR545_)
- The default path for an entity is now the path to the experiment / the
entity name. create_database and create_ensemble now have path arguments.
Expand Down
2 changes: 0 additions & 2 deletions smartsim/entity/dbobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ def _check_tensor_args(
inputs: t.Union[str, t.Optional[t.List[str]]],
outputs: t.Union[str, t.Optional[t.List[str]]],
) -> t.Tuple[t.List[str], t.List[str]]:
inputs = inputs or []
outputs = outputs or []
if isinstance(inputs, str):
inputs = [inputs]
if isinstance(outputs, str):
Expand Down

0 comments on commit 1d0a6d8

Please sign in to comment.