ssolson
ssolson
Hey I have been running the `sample-project` and the hardhat-router continuously gives me the following error for multiple storage definitions ```shell ☠ Duplicate namespaces slot found! > undefined found in...
## Quick Intro Hello myself, my team, and users of [MHKiT](https://github.com/MHKiT-Software/MHKiT-Python) have been having issues requesting data from the AWS S3 buckets. I believe this is the correct place to...
The wind hindcast data currently takes greater than 3.5 hours to collect the needed data. Can we get this down to 1 hr to be on par with the wave...
Below is a custom script created by Chris and Jessica which converts D3D output to VTK format which can be used by ParaView for model analysis. ``` #!/usr/bin/env python3 ##...
@jmcvey3 I was talking to a DOLfYN user at Sandia today and they indicated that they were working with a large file and needed to write their own chunking script...
@jmcvey3 can you let me know if I am approaching this incorrectly? ### Description: Issue with Half Frequencies in fft_frequency Function I think there is potential issue in the `fft_frequency`...
Enforce a style guide on files in the MHKiT repository via GitHub Actions.
Currently MHKiT uses assert staements in its production code (primarilty for type checking functional inputs). As stated in the docs (https://docs.python.org/3/reference/simple_stmts.html#the-assert-statement) assert stements are for debugging. We should raise an...
Add a cache of hindcast data to use in CI tests against develop branch. Should still call API for pulls against master.