Skip to content

Commit

Permalink
Update time_series_plots fig test notebook
Browse files Browse the repository at this point in the history
Update test notebook for `time_series_plots` figure module and confirm that the
module works in a production environment based on Python 3.13.
  • Loading branch information
douglatornell committed Jan 27, 2025
1 parent 07b3a33 commit 50d9cee
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 53 deletions.
188 changes: 136 additions & 52 deletions notebooks/figures/research/TestTimeSeriesPlots.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion notebooks/figures/research/make_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def main():
"""
for fn in Path(".").glob("*.ipynb"):
readme += f"* ## [{fn}]({url}/{fn}) \n \n"
readme += f"* ## [{fn}]({url}/{fn})\n\n"
readme += notebook_description(fn)

license = f"""
Expand Down
4 changes: 4 additions & 0 deletions nowcast/figures/research/time_series_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# SPDX-License-Identifier: Apache-2.0


"""Produce 4 figures that show the time series of surface:
- nitrate and diatom concentrations
Expand Down

0 comments on commit 50d9cee

Please sign in to comment.