Skip to content

Commit

Permalink
fix another function name
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Jan 29, 2025
1 parent e47470f commit 37fd43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/fiberassign/test/test_qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def tearDown(self):
def test_science(self):
set_matplotlib_pdf_backend()
import matplotlib.pyplot as plt
test_dir = test_subdir_create("qa_test_science")
test_dir = sim_data_subdir_create("qa_test_science")
log_file = os.path.join(test_dir, "log.txt")

np.random.seed(123456789)
Expand Down

0 comments on commit 37fd43f

Please sign in to comment.