Commit Graph

61 Commits

Author SHA1 Message Date
Emily Soth 960b2999c2 remove ModelInputs and ModelOutputs classes 2025-05-02 14:23:14 -07:00
Emily Soth 587e96763e tests passing locally 2025-04-29 14:58:44 -07:00
Emily Soth 739eb21b59 work around module reload issue: wrapper function for validation messages 2025-04-29 12:28:50 -07:00
Emily Soth b9fdedb432 work in progress: updating validation tests for object-oriented specs 2025-04-18 16:09:34 -07:00
Emily Soth ef62d68a67 Merge branch 'main' into feature/plugins 2025-04-04 13:29:28 -07:00
Claire Simpson 9f0da7c5fe fixed lulc_cur in cli test 2025-03-07 18:48:21 -07:00
Emily Soth a511cccdea rename and consolidate model identifiers 2025-01-30 17:45:34 -08:00
Emily Soth 3bae582047 Merge branch 'main' into feature/plugins 2024-12-11 19:11:17 -08:00
Emily Soth ad59b739d2 enable gdal.UseExceptions in entrypoints and tests
Enable gdal exceptions in the CLI and server. Update all models to
expect and handle gdal exceptions where they are now raised.
2024-11-19 13:32:47 -08:00
Emily Soth 63f788f11f update CLI test 2024-02-22 17:00:19 -08:00
Emily Soth 8caccc3dcc resolve more warnings #334 2023-08-07 12:45:53 -07:00
Emily Soth 1fd8f4c78e Merge branch 'release/3.13.0' into feature/output-spec 2023-03-01 11:13:58 -08:00
davemfish 74f9d06278 treat --headless as an unused arg for the CLI to maintain backwards compatilibity; remove GUI components from the invest CLI. #755 2023-01-24 15:57:11 -05:00
Emily Soth bffbb342f6 rename ARGS_SPEC to MODEL_SPEC everywhere 2022-09-27 17:10:37 -07:00
emlys 462622a221 move MODEL_METADATA to its own module 2022-04-25 11:14:22 -07:00
emlys 3ebaf150ed fix expected message in CLI test 2021-12-06 12:20:37 -08:00
emlys 127f6837cd Merge branch 'release/3.10' into task/568 2021-12-03 16:13:51 -08:00
davemfish 3768047f87 edited some docstrings for readability. #719. 2021-12-01 15:44:48 -05:00
davemfish b0159a687a update cli tests because they were using fisheries model. #719. 2021-12-01 12:27:00 -05:00
emlys d1ffc55708 more clean up 2021-11-12 13:02:39 -08:00
emlys 7528ce9145 remove print statements, clean up tests 2021-11-11 11:03:09 -08:00
emlys 31691cdb67 Merge branch 'release/3.10' into task/568 2021-11-03 14:28:59 -07:00
emlys 4c316a8b92 Merge branch 'main' into pr-resolution 2021-10-18 14:44:30 -07:00
emlys 16611b71b4 rename to MODEL_METADATA and relocate to init.py 2021-10-11 11:17:41 -07:00
emlys a9ce2647dd update tests 2021-10-05 11:50:15 -07:00
emlys 76ab2a25e8 consolidate validation messages into one locations 2021-09-28 17:27:44 -07:00
davemfish 187d74331e Merge branch 'release/3.10' into task/merge-workbench-into-3.10 2021-08-05 09:28:39 -04:00
emlys 33d66a3d28 remove errant print statements and file 2021-05-14 14:26:20 -06:00
emlys 3ff7d2cbf8 tests passing through hra 2021-05-05 14:23:40 -06:00
emlys 9bef26409b cli tests passing 2021-04-30 12:38:08 -06:00
emlys 36f5fd002a assorted changes 2021-04-30 12:13:39 -06:00
davemfish 10344fd23b resolved conflicts in cli module. 2021-03-01 06:08:45 -08:00
davemfish f52c2bb2aa removed a duplicate assertion. #237 2021-02-24 08:38:41 -08:00
davemfish 14de4f3103 asserting some expected content of the script. #237. 2021-02-24 06:32:44 -08:00
davemfish 9bdba9f3d8 cannot use the test workspace when testing that the file is created in the default location. 2021-02-24 06:07:30 -08:00
davemfish e168307ee3 added tests for the new cli function and command. #237. 2021-02-23 17:46:05 -08:00
davemfish 17d40ce965 renamed the flask app again, to ui_server.py 2021-01-04 11:02:05 -08:00
davemfish 79ba20e611 added optional port subargument to the invest serve entry-point 2020-12-10 12:01:27 -08:00
davemfish 6cf217cd0d a little linting 2020-11-30 15:02:38 -08:00
davemfish 939542e8a9 renamed the flask app module 2020-11-27 17:35:35 -08:00
davemfish b166af5a33 added a cli test for the new serve entry-point 2020-11-27 17:33:18 -08:00
emlys d944f27599 Merge branch 'master' into pr-resolution 2020-08-28 12:18:26 -07:00
emlys 687394e556 cleanup, added comment 2020-08-24 10:13:44 -07:00
emlys 23fc22e924 fixed issue with fisheries tests 2020-08-21 17:27:21 -07:00
emlys e31fd0126f identify fisheries validation bug 2020-08-21 16:59:44 -07:00
Doug 395dd4d634 Fixing bad variable name in cli 2020-06-09 10:10:23 -04:00
Doug f71858b412 I. #143 linting tests, remove pgp.testing
Remove pgp.testing from fisheries_io.py.

Updating history

Lots of test linting
2020-05-28 12:01:32 -04:00
Doug 46b19392d5 Issue #41 cleaning up some pycodestyle things 2020-03-12 11:35:12 -04:00
Doug 4c78cdd213 Issue #41 replace mock with unittest.mock 2020-03-11 15:05:01 -04:00
James Douglass 180805260e Correcting CLI tests.
RE:#BITBUCKET-3912
2019-10-04 16:22:32 -07:00