https://github.com/lmfit/lmfit-py
Raw File
Tip revision: c2b7ea15507baf2032f497441de917e505c6b784 authored by Matthew Newville on 31 May 2017, 19:11:22 UTC
correctly create non-constraint parameter values and bounds for least_squares()
Tip revision: c2b7ea1
use_py26.bat
@echo off
SET PATH=C:\Python26;C:\Python26\Tools\Scripts;%PATH%
back to top