holoviz-topics / EarthSim

Tools for working with and visualizing environmental simulations.
https://earthsim.holoviz.org
BSD 3-Clause "New" or "Revised" License
64 stars 21 forks source link

parameter sweep docs not currently built #113

Closed ceball closed 5 years ago

ceball commented 6 years ago

[EDIT: changed title because we're going to skip parameter sweeps from the docs temporarily; see https://github.com/pyviz/EarthSim/issues/113#issuecomment-399935116 ]

@jlstevens, should topics/GSSHA_Parameter_Sweep be part of the website, and if so, in its current form? I ask because travis runs out of disk space while executing it. I could skip it, or figure out how to get more disk space (it's possible). Who knows, maybe if travis didn't run out of disk space while running this notebook, it would just happen while running another. (Which is why I'm asking if you expect topics/GSSHA_Parameter_Sweep to be part of the automatically-generated-on-travis website in its current form, or if you expect that notebook would cause a problem.)

kcpevey commented 6 years ago

@sdc50 was working on the GSSHA workflows. Not sure if that one was included or not.

sdc50 commented 6 years ago

I haven't pushed anything yet, and was only working on the non-parameter-sweep workflow. However, both workflows probably download data that could be cleaned up after they are processed. That might help with the disk space issue.

jlstevens commented 6 years ago

... should topics/GSSHA_Parameter_Sweep be part of the website, and if so, in its current form?

I don't think that notebook should be part of the website. It is just an example of the sort of workflow I'll be developing for Amanda.

jbednar commented 6 years ago

Something delivering this functionality should be part of the website; seems like this one at least makes use of what we already have to have available to build the website, whereas some other parameter sweeping would be some new set of dependencies that we may not want to pull in. So I would vote for making it be part of the website, trimming it down if need be; any other future example seems speculative and can be dealt with at that time.

jlstevens commented 6 years ago

... seems like this one at least makes use of what we already have to have available to build the website, whereas some other parameter sweeping would be some new set of dependencies that we may not want to pull in.

I suppose that is true, it is based on something we already have. I don't know what to suggest about the travis disk space issue as I don't know how to reduce the disk space requirements.

ceball commented 6 years ago

Will temporarily remove from website build.

Then I think initially we'll do something like just show the gssha parameter sweep notebook without running it (https://github.com/pyviz/nbsite/issues/72). After that, we can figure out how to run it in a reasonable way.

(The reason not to just do the latter immediately is something like...it downloads something large that's not currently parameterized/under our control. I don't remember exactly.)

kcpevey commented 5 years ago

Plan is to remove GSSHA from the project examples and replace with AdH examples