lesgourg / class_public

Public repository of the Cosmic Linear Anisotropy Solving System (master for the most recent version of the standard code; GW_CLASS to include Cosmic Gravitational Wave Background anisotropies; classnet branch for acceleration with neutral networks; ExoCLASS branch for exotic energy injection; class_matter branch for FFTlog)
230 stars 285 forks source link

Data is not stored when CLASS is called via python - but parameters are #391

Open kabeleh opened 3 years ago

kabeleh commented 3 years ago

I'm using the python wrapper with different parameters than stated in the wiki. I set

'root': 'output/test_',
'write background': 'yes',
'write warnings': 'yes',
'write parameters': 'yes',

and it creates the parameters.ini file but not the background.dat file. What am I missing?