Skip to content

Commit

Permalink
Apply code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort committed Nov 29, 2023
1 parent 87a2b0d commit 0226af0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion PyStemmusScope/bmi.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ def get_variable(state: h5py.File, varname: str) -> np.ndarray:


def set_variable(
state: h5py.File, varname: str, value: np.ndarray, inds: Union[np.ndarray, None] = None
state: h5py.File,
varname: str,
value: np.ndarray,
inds: Union[np.ndarray, None] = None,
) -> dict:
"""Set a variable in the model state.
Expand Down

0 comments on commit 0226af0

Please sign in to comment.