I am using BEAGLE and ran into an issue when I loaded in a new spectrum file and photometric file. This is the main output error that I can see:
At line 1307 of file /home/runner/work/BEAGLE/BEAGLE/build/dependencies/astrofortran/src/lib_interpolation.f90
Fortran runtime error: Index '-1' of dimension 2 of array 'my_coeff' below lower bound of 1
MultiNest v3.9
Copyright Farhan Feroz & Mike Hobson
Release Oct 2014
no. of live points = 195
dimensionality = 13
Starting MultiNest
generating live points
At line 1307 of file /home/runner/work/BEAGLE/BEAGLE/build/dependencies/astrofortran/src/lib_interpolation.f90
Fortran runtime error: Index '-1' of dimension 2 of array 'my_coeff' below lower bound of 1
Error termination.
So I believe it can read in the file and access them and it does start multinest but then runs into an issue there.
Hi all,
I am using BEAGLE and ran into an issue when I loaded in a new spectrum file and photometric file. This is the main output error that I can see:
At line 1307 of file /home/runner/work/BEAGLE/BEAGLE/build/dependencies/astrofortran/src/lib_interpolation.f90 Fortran runtime error: Index '-1' of dimension 2 of array 'my_coeff' below lower bound of 1
but the output on my terminal looks like this:
---> fitted: mass ---> fitted: agn_lacc ---> fitted: nebular_logu ---> fitted: nebular_z ---> fitted: tauv_eff ---> fitted: agn_logu ---> fitted: agn_z ---> fitted: agn_xi ---> fitted: tau ---> fitted: metallicity ---> fitted: specific_sfr ---> fitted: current_sfr_timescale ---> fitted: formation_redshift n_fitted: 13
MultiNest v3.9 Copyright Farhan Feroz & Mike Hobson Release Oct 2014
no. of live points = 195 dimensionality = 13
Starting MultiNest generating live points At line 1307 of file /home/runner/work/BEAGLE/BEAGLE/build/dependencies/astrofortran/src/lib_interpolation.f90 Fortran runtime error: Index '-1' of dimension 2 of array 'my_coeff' below lower bound of 1
Error termination.
So I believe it can read in the file and access them and it does start multinest but then runs into an issue there.