https://github.com/CosmicFish/CosmicFish
Revision d5591f60934a23134dcf2edf50a824785ea9ae25 authored by JCGoran on 11 February 2020, 14:49:40 UTC, committed by JCGoran on 11 February 2020, 14:49:40 UTC
Now the plots pass all tests.
TODO: fix `__feedback__`
1 parent e786d75
Raw File
Tip revision: d5591f60934a23134dcf2edf50a824785ea9ae25 authored by JCGoran on 11 February 2020, 14:49:40 UTC
More float errors fixed
Tip revision: d5591f6
.gitignore
# ignore the MAC files:
*.DS_Store

# ignore the ECLIPSE project file:
.project
.pydevproject
.settings

# ignore compilation products:
*.mod
*.o
*.a
*.pyc

# ignore executables:
camb/camb/camb
camb/eftcamb/camb
camb/mgcamb/camb

# ignore the build folder:
build

# ignore python test products:
*.coverage

# ignore stuff to run on clusters:
*.pbs
*.sbatch
*.out
*.err
back to top