Skip to content

Commit

Permalink
minor Larix renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
maurov committed Apr 26, 2024
1 parent 9661eb0 commit 74336aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion larch/io/save_restore.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def load_session(fname, ignore_groups=None, include_xasgroups=None, _larch=None,
1. data in the following groups will be merged into existing session groups:
`_feffpaths` : dict of "current feff paths"
`_feffcache` : dict with cached feff paths and feff runs
`_xasgroups` : dict mapping "File Name" and "Group Name", used in `XAS Viewer`
`_xasgroups` : dict mapping "File Name" and "Group Name", used in `Larix`
2. to avoid name clashes, group and file names in the `_xasgroups` dictionary
may be modified on loading
Expand Down
2 changes: 1 addition & 1 deletion larch/plot/plotly_xafsplots.py
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ def plot_prepeaks_baseline(dgroup, subtract_baseline=False, show_fitrange=True,

def plot_prepeaks_fit(dgroup, nfit=0, show_init=False, subtract_baseline=False,
show_residual=False):
"""plot pre-edge peak fit, as from XAS Viewer
"""plot pre-edge peak fit, as from Larix
dgroup must have a 'peakfit_history' attribute
"""
Expand Down
2 changes: 1 addition & 1 deletion larch/wxxas/xas_dialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1771,7 +1771,7 @@ class QuitDialog(wx.Dialog):
"""dialog for quitting, prompting to save project"""

def __init__(self, parent, message, **kws):
title = "Quit Larch XAS Viewer?"
title = "Quit Larch Larix?"
wx.Dialog.__init__(self, parent, wx.ID_ANY, title=title, size=(500, 150))
self.SetFont(Font(FONTSIZE))
self.needs_save = True
Expand Down

0 comments on commit 74336aa

Please sign in to comment.