Tyler Sutterley

Results 60 comments of Tyler Sutterley

This is all in the recently released `v2.1.1`. Thanks for your help on this! -ts

I _think_ you should be able to do either (depending on your current installation): `conda update pyTMD` or `pip install --upgrade pyTMD` as both of the providers (conda-forge and pypi)...

We test against Python 3.11 and I currently run Python 3.12. But on my old machine I was running an earlier version of python3. I think I have included the...

hi @carlosmry! I've been refactoring the code over the holiday. The `model` module should now be under `io` (as of yesterday). Maybe there's an old version in your environment somewhere?

I could move that class back out of `io` in the PR I'm working on. Let me think about it

Hi @MiguelonGonzalez, Good question. This option points to a base directory so that multiple tide models can be run with the same selection. Should work if you make the directory...

Another comment, I just switched the CI build to use `mamba`. It was super fast to build the environment. Might help here.

on this @lyingTree and @DerLude, I (finally) put in functions to output subsets of FES and TPXO9-atlas files for specific regions of interest in PR #139. Need to be careful...

@lyingTree I'm (finally) trying to add something to address this in #313