Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: caught a couple of tools typos fixed to parsers
  • Loading branch information
sbillinge committed Jan 22, 2026
commit 7ac6862a0157abfe3da876077988b0acfdc0357d
2 changes: 1 addition & 1 deletion news/depr-tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

**Deprecated:**

* diffpy.utils.parsers.loaddata.loadData replaced by diffpy.utils.tools.load_data
* diffpy.utils.parsers.loaddata.loadData replaced by diffpy.utils.parsers.load_data

**Removed:**

Expand Down
2 changes: 1 addition & 1 deletion src/diffpy/utils/parsers/loaddata.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"loadData",
"load_data",
removal_version,
new_base="diffpy.utils.tools",
new_base="diffpy.utils.parsers",
)


Expand Down
Loading