Skip to content

Commit

Permalink
st40reader.py passing pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosertoli committed Jul 18, 2023
1 parent 5f0ddd2 commit c994dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indica/readers/st40reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def __init__(
pulse: int,
tstart: float,
tend: float,
server: str = "192.168.1.7", #192.168.1.7 10.0.40.13
server: str = "192.168.1.7", # 192.168.1.7 10.0.40.13
tree: str = "ST40",
default_error: float = 0.05,
max_freq: float = 1e6,
Expand Down

0 comments on commit c994dcf

Please sign in to comment.