Skip to content

Commit

Permalink
Addresses review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenNneji committed Jun 27, 2024
1 parent 9f5c9a1 commit bcd6d31
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RATpy/examples/non_polarised/DSPC_custom_XY.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@
controls = RAT.set_controls()

problem, results = RAT.run(problem, controls)
RAT.utils.plotting.plot_ref_sld(problem, results, True)
RAT.plotting.plot_ref_sld(problem, results, True)
2 changes: 1 addition & 1 deletion RATpy/examples/non_polarised/DSPC_custom_layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@
controls = RAT.set_controls()

problem, results = RAT.run(problem, controls)
RAT.utils.plotting.plot_ref_sld(problem, results, True)
RAT.plotting.plot_ref_sld(problem, results, True)
1 change: 0 additions & 1 deletion tests/test_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,6 @@ def test_write_script(test_project, temp_dir, test_project_script, input_filenam
# Test the contents of the file are as expected
with open(script_path) as f:
script = f.read()
print(script)

assert script == test_project_script

Expand Down

0 comments on commit bcd6d31

Please sign in to comment.