Skip to content

Commit

Permalink
add tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jedyeo committed Jan 28, 2022
1 parent 67858cc commit 2ce2750
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions simSPI/tem.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ class TEMSimulator:
Parameters
----------
path_config : str
Relative path to YAML file containing file paths for the TEM Simulator.
Relative path to YAML file containing file paths for TEM Simulator.
sim_config : str
Relative path to YAML file containing simulator paths for the TEM Simulator.
Relative path to YAML file containing simulator paths for TEM Simulator.
"""

Expand Down
2 changes: 1 addition & 1 deletion tests/test_tem.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def sample_class(tmp_path):
)

# from test_files/path_config
out_file_name = "_randomrot"
out_file_name = "4v6x_randomrot"

tem_simulator.output_path_dict["crd_file"] = str(
Path(cwd, tmp_path, out_file_name + ".txt")
Expand Down

0 comments on commit 2ce2750

Please sign in to comment.