Find a consistent way to attach example data to the repository.
The example data (taken from a 2D Ising Model at various volumes at temperatures) is quite large at ~5MB. I would like to avoid committing this data to the git repository.
A common solution appears to be to upload the example data in an external location and download it when running the example (or via a bash script).
Find a consistent way to attach example data to the repository.
The example data (taken from a 2D Ising Model at various volumes at temperatures) is quite large at ~5MB. I would like to avoid committing this data to the git repository.
A common solution appears to be to upload the example data in an external location and download it when running the example (or via a
bashscript).