Randall J. LeVeque

Results 110 issues of Randall J. LeVeque

I ran into problems getting pyclaw to run recently in a conda environment that also had some other things I needed, and where Python3 is being used. @mandli and I...

I notice that in `src/pyclaw/gauges.py`, `GaugeSolution.write` uses different formatting than the Fortran code, e.g. producing ``` # gauge_id= 1 location=( 0.6 0.6 ) num_eqn= 1 # Columns: level time q(1...

I might have raised this issue before since I first ran into this last fall, but I'm using SMC for the first time in a while and just ran into...

Some `pyclaw/examples` directories (e.g. `euler/2d`) include multiple examples and so executing ``` cd $CLAW/doc/doc/pyclaw/gallery python make_plots.py ``` executes all of them. The `_plots` directory will end up containing whatever was...

Finally ready to release?

In a recent Zoom discussion with @mandli and @ketch, we discussed simplifying the release procedure for minor releases (e.g. 5.7.1, 5.7.2, ...) following each major release (e.g. 5.7.0). We would...

This avoids need for symbolic links in clawpack/clawpack so that import statements work without needing to "install" using setup.py, as in more recent versions of the master branch.

@ketch points out that Numpy and Matplotlib are [dropping Python 2 support](https://docs.scipy.org/doc/numpy-1.14.2/neps/dropping-python2.7-proposal.html) on Jan 1, 2020, effectively forcing us to do the same. I think everything is currently working fine...

There are some changes that should be released soon as 5.3.1. There are several other changes in the works that change calling sequences or Makefiles and/or can lead to different...

There will be a Clawpack Developers Workshop August 25-27 on the University of Washington campus in Seattle. Participants will have the opportunity to present lightning talks on their work or...