File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22import sys
33
44import numpy as np
5+ from scipy .optimize import least_squares
6+
57from diffpy .srfit .fitbase import (
68 FitContribution ,
79 FitRecipe ,
1113from diffpy .srfit .pdf import PDFGenerator , PDFParser
1214from diffpy .srfit .structure import constrainAsSpaceGroup
1315from diffpy .structure .parsers import getParser
14- from scipy .optimize import least_squares
1516
1617# from diffpy.srfit.pdf.characteristicfunctions import sphericalCF
1718
Original file line number Diff line number Diff line change 88from pathlib import Path
99
1010import jinja2
11- from diffpy .apps .app_runmacro import MacroParser
1211from pyface .api import OK , DirectoryDialog
1312from traits .api import (
1413 Any ,
3837 spring ,
3938)
4039
40+ from diffpy .apps .app_runmacro import MacroParser
4141from diffpy .batchpdfsuite .refinement_editor import (
4242 LogDialog ,
4343 TextFileEditorDialog ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments