Skip to content

Commit

Permalink
refactor all folders to start for a complete new version
Browse files Browse the repository at this point in the history
  • Loading branch information
OuyangWenyu committed Mar 21, 2024
1 parent 9d51465 commit 235bb26
Show file tree
Hide file tree
Showing 51 changed files with 202 additions and 39,734 deletions.
Empty file removed --algorithm
Empty file.
21 changes: 4 additions & 17 deletions environment-dev.yml → env-dev.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,21 @@
name: xaj-dev
name: xaj
channels:
- pytorch
- conda-forge
- defaults
dependencies:
- python=3.10
- ipykernel
- numpy
- numba
- pandas
- scikit-learn
- deap
- spotpy=1.5.14
- seaborn
- tqdm
- yaml
- bmipy
# for dev
- pyarrow
- hydroerr
- xarray
- pytorch=1.12.1
- torchvision=0.13.1
- torchaudio=0.12.1
- cudatoolkit=11.3
- tensorboard
- sphinx
- pytest
# for development
- sphinx
- black
- flake8
# pip
Expand All @@ -36,7 +25,5 @@ dependencies:
- wheel
- twine
- bump2version
- muskingumcunge
- hydrodataset
# config for deep learning
- hydra-core
- accelerate
20 changes: 0 additions & 20 deletions environment.yml

This file was deleted.

236 changes: 0 additions & 236 deletions hydromodel/app/show_results.ipynb

This file was deleted.

19 changes: 0 additions & 19 deletions hydromodel/cli.py

This file was deleted.

7 changes: 0 additions & 7 deletions hydromodel/common.py

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from hydroutils import hydro_time, hydro_file

sys.path.append(os.path.dirname(Path(os.path.abspath(__file__)).parent.parent))
from hydromodel.data import camels_format_data
from hydromodel.datasets import camels_format_data


def trans_camels_format_to_xaj_format(
Expand Down
File renamed without changes.
File renamed without changes.
Empty file removed hydromodel/example/__init__.py
Empty file.
Loading

0 comments on commit 235bb26

Please sign in to comment.