Matthijs van der Wild

Results 9 issues of Matthijs van der Wild

It is probably convenient to include keywords for each software package beyond the rough breakdown in the readme file.

Currently there's a number of branches that are listed as stale. Are these still relevant? Maybe these should be merged (if not already) and cleaned up/deleted.

I've talked to @nikosarcevic this morning, who spoke with someone keen on using CosmΩracle. They suggested having the age of the Universe for a given set of default parameters as...

enhancement

Another suggestion is to add an option to choose between different sets of default parameters, say one popular among cosmologists (which, in a way, is the current default) and one...

enhancement

This was suggested by Leah Morabito: Currently we have the feature that the physical size of an object spanning 1'' in angle is calculated at a given redshift z. It...

enhancement

This was suggested by Jonny Pierce: A nice feature would be the option for users to upload a file with source redshifts. CosmΩracle then returns the observables calculated for those...

enhancement

The page that should be loaded by Streamlit is Introduction.py. streamlit_app.py is the front page that was used for an older version of streamlit, which did not support multiple pages....

Consider the following workflow: ``` cwlVersion: v1.2 class: Workflow inputs: input: int? outputs: [] steps: step: in: input: source: input valueFrom: $(self) out: [] label: sometimes_run when: $(inputs.input != null)...