0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Mar 31, 2025 — Mar 31, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updating changelog and patch number More... 9 days ago
#265 bugfix specfem3D forward simulations dropping executables each time it is called which was unintended behavior More... 10 days ago
Remove GPL v3 license badge More... 2 months ago
Change documentation badge to latest version More... 2 months ago
SeisFlows v3.5.5 (New Dev Strategy) (#264) More... 2 months ago
Update issue templates More... 10 months ago
Update issue templates More... 10 months ago
Hotfix: Fixing incompatibility with updated SPECFEM2D parameter file (#197) More... about 2 years ago
Update index.rst More... about 2 years ago
bumping version 2.3.0 More... about 2 years ago
Merge pull request #180 from adjtomo/devel More... about 2 years ago
updates CHANGELOG for v2.3.0 More... about 2 years ago
Merge branch 'devel' of github.com:adjtomo/seisflows into devel More... over 2 years ago
pinning Pyatoa and pysep-adjtomo versions because the latest versions include backwards incompatible changes that will break SeisFlows. These will be accomodated in the next version of seisflows More... over 2 years ago
attempt fix failing RTD build by swapping Python for Mamba More... over 2 years ago
updates RTD Yaml file to comply with build.image deprecation More... over 2 years ago
Merge branch 'master' into devel More... over 2 years ago
Updates alternative install directions More... over 2 years ago
woops, typo fix take 2 More... over 2 years ago
typo bugfix in Cluster System module More... over 2 years ago
Adds System sub-module for HPC Wisteria (#176) More... over 2 years ago
small docstring fix More... over 2 years ago
BUGFIX: output_optim.txt file which recorded line search misfits etc was NOT returning the correct misfit value for each line search run, but rather just the first misfit, which would have been the previous model also added in a first line to this text file which corresponds to the misfit of the starting model, then all subsequent lines are updated models. This bug will not have affected any actual inversion runs, but may have affected those plotting convergence based on the text file More... over 2 years ago
broke off line search incrementing as a separate function to keep things explicit (rather than doing a +=1 randomly in a workflow), and put that functionality directly into the Inversion line search function, rather than having it live separately in the optimziation module where it might get buried among other line search update functionality More... over 2 years ago
added a small assertion check during line search to ensure that residual files have actually been created More... over 2 years ago
moved read_residuals function directly into inversion workflow as a private method, since it was only being accessed by the Inversion class. completely removed from preprocessing module More... over 2 years ago
fixing incorrect import path More... over 2 years ago
pyaflowa requires function read_residuals, added import statement to borrow this function from the default preprocessing class More... over 2 years ago
fixing missing parentheses and indentation errors arising from trying to code through github More... over 2 years ago
Update inversion.py More... over 2 years ago