set_initial_guess(fuel=None, oxidizer=None, stoich=None) To not taking parameters in version 2.4, but if no parameters are supplied I get a "float division by zero" error.
set_initial_guess()Set the initial guess for the solution. The initial guess is generated by assuming infinitely-fast chemistry.
I'm guessing there is a bug in the code since it has been updated. Could somebody investigate, please? (Or point me in the right direction and I can locate where the bug is occurring). Thanks
conda install -c cantera/label/dev canteraconda create -n canterabuild scons cython numpy mkl python=3.6 boostconda activate canterabuildblas_lapack_libs = 'mkl_rt,dl'
blas_lapack_dir = '/path/to/anaconda/envs/canterabuild/lib'
boost_inc_dir = '/path/to/anaconda/envs/canterabuild/include'
python2_package = 'none'
python3_package = 'full'
f90_interface = 'n'
python3_prefix = 'USER'
prefix = '/home/username/.local'scons build -j4
PYTHONPATH=/path/to/cantera/build/python3 python -m unittest -v cantera.test
scons installscons build VERBOSE=True dump