Commit History

test: unit tests for the try_download_dataset wrapper
ba0dee1

rmm commited on

fix: catch failing external resouce: huggingface dataset
a1c0c4d

rmm commited on

Merge pull request #33 from sdsc-ordes/feat/stateful-workflow
cf8541f
unverified

rmm-ch commited on

CI: install chrome with sudo
6451b00

rmm commited on

CI: trigger on push to this feat branch, to validate it
7a548bb

rmm commited on

CI: new action to run visual tests
3a39a18

rmm commited on

test: make the visual test standalone (launch its own app instance)
f6f632c

rmm commited on

test: added expected args to the nooop guard for multi-run mock
4e70a37

rmm commited on

CI: longer timeout for slow test (my laptop faster than ubuntu-latest runner)
97940bd

rmm commited on

docs: mkdocs needs modules (adding __init__.py)
1905de6

rmm commited on

CI: removed this branch from triggers, testing / fixes done
63eba58

rmm commited on

docs: added some notes on running the visual tests
5eadf93

rmm commited on

docs: repaired docs following restructuring done in history
b330986

rmm commited on

CI: reorganised tests so can run most without selenium installation
3940879

rmm commited on

CI: filter out visual tests; temp add this branch to verify
3caaa7e

rmm commited on

test: updated markers for cleaner filtering
1da70ea

rmm commited on

chore: adding separate requirements file for selenium testing
6a18c1c

rmm commited on

test: random images with relevant metadata
07cca04

rmm commited on

test: visual test of presented content, persistent to tab switching
7e35515

rmm commited on

chore: added custom marker to slow (>20s) test, updated CI to skip
f10ce15

rmm commited on

test: basic measure of timing for each phase
6bc8af8

rmm commited on

test: fixed error in indexing for the observation overrides
8c39353

rmm commited on

test: end-to-end test of upload -> inference
d938857

rmm commited on

test: debugging the mock / side-effect usage
1b9a931

rmm commited on

test: reorganised to be more modular
4f4541e

rmm commited on

fix: all usage of session_state.files explicitly a list now
838bba4

rmm commited on

test: implemented demo/snippet using app code for sidebar, plus test
85ba03c

rmm commited on

test: now using fixture that loads real data in the file_upload
a4adf97

rmm commited on

test: new test for input validation, and fix typo in args
8a40c2d

rmm commited on

chore: adding a property and tidy up fstring warnings
8e89085

rmm commited on

test: first steps with AppTest and a mock multi-file file_uploader
b0e0bde

rmm commited on

test: for setters and for to_dict method of InputObservation
dca913f

rmm commited on

test: add test for equality of InputObservation objects
95f4dd2

rmm commited on

test: InputObservation with valid and invalid inputs
3380012

rmm commited on

test: mock of FileUploader and tiny test validating it
bb96fca

rmm commited on

Merge pull request #29 from sdsc-ordes/feat/stateful-workflow
1e55b89
unverified

vancauwe commited on

feat: extra CI action that adds coverage reports to PR conversation
a865ba6

rmm commited on

chore: tidy up main
fe42216

rmm commited on

fix: retired use of tab_log in session state
fd0073b

rmm commited on

chore: moved all session state init to relevant modules
19b7ec2

rmm commited on

fix: typehints compatible with py3.9
9e88b3e

rmm commited on

doc: added docstrings to new functions
f87663a

rmm commited on

fix: remove highlighting for completion, not valid before v1.41.0
d9e7970

rmm commited on

chore: cleanup variable names and add docstrings
06a0df9

rmm commited on

chore: moved debug function to relevant module, and docstring
774a646

rmm commited on

chore: clean up function naming
5a3cbc4

rmm commited on

test: updated test to match interface; solved other xfail tests
7dee860

rmm commited on

feat: extended InputObservation to contain species/prediction info
71dfd99

rmm commited on

chore: tidy up of workflow and debug clutter
8c4b1f7

rmm commited on

fix: InputObservation uses date, time, and raw_image_datetime
aa998c4

rmm commited on