Граф коммитов

20 Коммитов

Автор SHA1 Сообщение Дата
Adam J. Stewart 6a5aaf4b93
Prettier: prefer single quotes (#2280)
* rettier: prefer single quotes

* Move lockfile to root directory

* Use single quotes in config files
2024-09-17 11:36:10 +02:00
Slawek Bierwiaczonek bd9c75798e
Prettier formatter (#2018)
* Formatted with Prettier

* Added package-lock.json

* Removed the .idea folder

* Removed version

* Added .prettierignore with tests/data/*

* Added npm updates

* Updated prettier

* Update style.yaml

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

* Updated linters section

* Added Prettier hook

* Added Prettier hook

* Added exclude regex

* Update .prettierignore

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

* Added package.json and package-lock.json

* Added npm ci flag

* Formatted with Prettier

* Updated .gitignore

* Reverted changes in data folder

* Added .idea to ignored entries

* Delete package-lock.json from root

* Added cache dependency path

* Formatted with Prettier

* Updated tests.yaml

* Updated regex

* Updated actions/checkout to v4.1.4

* Updated SECURITY and dependabot

* Removed .idea and requirements/node_modules

* Updated package files

* Changed .yaml files format

* Added EOL

* Updated contributing.rst

* Updated style.yaml

* Updated style CI

* Added node_modules to ignored entries

* Updated npm install command

* Added *.json root files to ignored entries

* Updated prettier version range

* Updated prettier install command

* Relocated # Node stuff

---------

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2024-05-03 15:35:34 +02:00
Adam J. Stewart bbf6108516
Fix reprojection issues (#1344)
* Add tests to catch reprojection issues

* More specific tests

* Fix boundless reprojection

* black/flake8

* Add getters and setters for all crs/res attributes

* Actually fix reprojection bug

* Fix tests

* Get all tests passing

* More specific tests

* Remove aux files

* Ignore *.aux.xml files

* Fix mypy

* Increase coverage

* Use dtype properly

* Increase coverage

* Add newline
2023-05-18 21:33:47 -07:00
Caleb Robinson 0d04e06791
Adding results directory to gitignore (#1028) 2023-01-22 12:55:11 -06:00
Adam J. Stewart b8f5ec35f5
.gitignore: ignore lightning_logs directory (#1015) 2023-01-15 12:23:47 -07:00
Adam J. Stewart 0783560c9c
Ignore pytorch-sphinx-theme installation (#615) 2022-06-24 13:41:24 -07:00
Adam J. Stewart f53e4b7eef
Add GBIF dataset (#507)
* Add GBIF dataset

* Typo fix

* Add tests

* Style fixes

* Don't ignore CSV files

* Testing...

* Fix coverage bug

* Add note about required dep
2022-05-06 11:16:08 -05:00
Adam J. Stewart b578cb73a2
Ignore PDF figures 2021-10-09 11:58:19 -05:00
Adam J. Stewart 04c754fddb
Add dataset/sampler benchmarking script (#115)
* Add dataset/sampler benchmarking script

* Some changes to get the benchmark script working

* Added writing results to file

* Added script for running a grid of benchmark experiments

* Actual experiment configuration

* Improve help message formatting

* Remove default for mutually exclusive required group

* Rounding, units, ignore output file

* Fix a couple bugs in counting patches

* Display cache info

* Increase cache size

* Cache is shared

* Benchmark model as well

* Warp to same CRS/res as CDL

* Work around bug in sampler

* Fix isort

* Allow specification of CPU/GPU device

Co-authored-by: Caleb Robinson <calebrob6@gmail.com>
2021-09-22 09:47:25 -05:00
Caleb Robinson 3e296991e2 Removing some headers 2021-08-31 13:25:05 -05:00
Adam J. Stewart da7e120350 Add license header to all files 2021-08-31 13:25:05 -05:00
Caleb Robinson e460d5af23
Pytorch lightning based training framework (#42)
* Initial commit of lightning based model training framework

* Made save directories work correctly

* Add pytorch-lightning dependency and some comments

* More documentation and cosmetic tweaks

* Typo fix

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

* Fix some style issues

* Fix pydocstyle

* Add missing sklearn dependency

* Try to get conda environment working

* Add documentation

* Ignore missing target reference

* Make train.py executable

* Ignore logs and output dirs

* Raise exceptions instead of returning

* Move all argparse stuff to set_up_parser

* Add tests for train.py

* Fix Python 3.6 compatibility

* Fix support for older versions of pytorch-lightning

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-07-17 16:57:18 -07:00
Adam J. Stewart 2ea2bf6eef Ignore AML files 2021-07-14 14:45:03 -05:00
Adam J. Stewart 282fe805dc
Add tests for COWC datasets 2021-06-18 22:10:38 +00:00
Adam J. Stewart 7b06347424 Address review comments 2021-06-07 13:50:34 -05:00
Caleb Robinson c5c17d1781 Removing .ipynb from .gitignore 2021-06-07 13:50:34 -05:00
Caleb Robinson fb34d1906e Added visual studio code ignores to .gitignore 2021-06-07 13:50:34 -05:00
Adam J. Stewart 3a3b5d80af Add Spack gitignores 2021-06-07 15:25:54 +00:00
Adam J. Stewart eb81387814
Add config files 2021-05-11 20:54:53 -05:00
Adam J. Stewart 2330aad537
Initial commit 2021-05-11 14:46:50 -05:00