Skip to content

Commit

Permalink
update venrum and docs 1.64
Browse files Browse the repository at this point in the history
  • Loading branch information
RJbalikian committed Jan 8, 2024
1 parent ea300e1 commit b11dc1d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package:
name: sprit
version: 0.1.63
version: 0.1.64

source:
git_url: https://github.com/RJbalikian/SPRIT-HVSR
git_tag: v0.1.63
git_tag: v0.1.64

build:
number: 0
Expand Down
2 changes: 1 addition & 1 deletion docs/generate_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#Whether to CONVERT_MD using markdown library (True), or let github do it (False)
CONVERT_MD=True
RTD_THEME=False #Not currently working
RELEASE_VERSION= '0.1.63'
RELEASE_VERSION= '0.1.64'
RUN_TESTS=False
LINT_IT=False

Expand Down
2 changes: 1 addition & 1 deletion docs/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -2198,7 +2198,7 @@ <h2 id="returns">Returns</h2>
results_fig.update_xaxes(showticklabels=showtickLabels, row=comp_plot_row, col=1)

if preview_fig.layout.width is None:
if outlier_fig.layout.widgth is None:
if outlier_fig.layout.width is None:
chartwidth = 800
else:
chartwidth = outlier_fig.layout.width
Expand Down
4 changes: 2 additions & 2 deletions docs/sprit_jupyter_UI.html
Original file line number Diff line number Diff line change
Expand Up @@ -1331,7 +1331,7 @@ <h1 class="title">Module <code>sprit.sprit_jupyter_UI</code></h1>
results_fig.update_xaxes(showticklabels=showtickLabels, row=comp_plot_row, col=1)

if preview_fig.layout.width is None:
if outlier_fig.layout.widgth is None:
if outlier_fig.layout.width is None:
chartwidth = 800
else:
chartwidth = outlier_fig.layout.width
Expand Down Expand Up @@ -3575,7 +3575,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
results_fig.update_xaxes(showticklabels=showtickLabels, row=comp_plot_row, col=1)

if preview_fig.layout.width is None:
if outlier_fig.layout.widgth is None:
if outlier_fig.layout.width is None:
chartwidth = 800
else:
chartwidth = outlier_fig.layout.width
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "sprit"
authors = [{name="Riley Balikian"}, {name="Hongyu Xaio"}]
dynamic = ["readme"]
license = {file = "LICENSE"}
version="0.1.63"
version="0.1.64"
description = "A package for processing and analyzing HVSR (Horizontal to Vertical Spectral Ratio) data"
keywords = ["HVSR", "seismic", "horizontal to vertical spectral ratio", "obspy", 'geology', 'geophysics', 'geotechnical']
requires-python = ">=3.9"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name="sprit",
author= "Riley Balikian",
author_email = "[email protected]",
version="0.1.63",
version="0.1.64",
package_data={'sprit': ['resources/*', 'resources/icon/*', 'resources/themes/*', 'resources/themes/forest-dark/*',
'resources/themes/forest-light/*', 'resources/sample_data/*','resources/settings/*']},
long_description_content_type="text/markdown",
Expand Down

0 comments on commit b11dc1d

Please sign in to comment.