Google Code Exporter

Results 11117 issues of Google Code Exporter

``` What steps will reproduce the problem? Define a standard Chi2 function for 3 parameters. Trying to fix one of the parameters and then run m.minos() Example code : import...

auto-migrated

``` What steps will reproduce the problem? 1. Set Minuit tolerance to something other than the default. 2. Run Migrad, then Minos. 3. What is the expected output? What do...

auto-migrated

``` What steps will reproduce the problem? 1. running the command: >python setup.py install --with-minuit=/usr/local/include/Minuit/ doesn't result in the pyminuit module from being built... 2. 3. What is the expected...

auto-migrated

``` Hi, using Minuit 1.7.9 and PyMinuit 1.1.2, the following snippet eats up all available memory: import minuit while True: m = minuit.Minuit(lambda x: x) In a real application, this...

auto-migrated

``` What steps will reproduce the problem? 1. Installation following the installation page on a machine with 64-bit architecture 2. 3. What is the expected output? What do you see...

auto-migrated

``` What steps will reproduce the problem? 1. Try to install by running command line:- C:\pyminuit>python setup.py install build -c mingw32 --with- minuit=/location/of/Minuit-1_7_9 What is the expected output? What do...

auto-migrated

``` What steps will reproduce the problem? 1. Following the installation steps for installation until setting up pyminuit 2. 3. What is the expected output? What do you see instead?...

auto-migrated

``` What steps will reproduce the problem? 1. Compiling on a x64 against Minuit/ROOT built for 32 bit. What is the expected output? What do you see instead? Instead of...

auto-migrated

``` Hi, There is many good reason to pass to setuptools, like the ability to install your soft as egg, which helps administrator to have more than one version of...

auto-migrated

``` What steps will reproduce the problem? 1. I'm following the installation instruction. - I installed latest version of MinGW - Downloaded msysCORE-1.0.11-bin.tar.gz Jul 18 2009, unzipped it, put all...

auto-migrated