Commit History

feat: push observations functions for multi-file handling
11550ac

rmm commited on

fix: instantiating InputObservation with new call signature
bb4e7ad

rmm commited on

fix: public_observations now a dict, for multi-image handling
5f5f7d9

rmm commited on

fix: removed time from InputObservation, renamed date for clarity
c45e52f

rmm commited on

chore: removing duplicate file (right one is in classifier subdir)
52b2a06

rmm commited on

feat: get coordinates from file, populate input boxes
da246ad

rmm commited on

chore: reorganise code out of main
75fcfd6

rmm commited on

chore: reorganise code out of main, and docstrings in input_handling
ba6e051

rmm commited on

chore: cleanup input_handling - removing unused functions
cd85869

rmm commited on

chore: cleaning up InputObservation (added type hints)
8f958ed

rmm commited on

feat: InputObservations are compared and only updated if new
5cb2d26

rmm commited on

fix: InputObservation comparison ok for images, and skipping time
80c0010

rmm commited on

chore: cleaning up InputObservation
5016509

rmm commited on

feat: separated file input and metadata input functions
1bbd515

rmm commited on

fix: checking input requires testing for empty strings/lists
9bd26ee

rmm commited on

feat: nearly complete input handling with stable state
895e8d8

rmm commited on

feat: using separate functions for ML flow (WIP)
f7a48a3

rmm commited on

feat: separate functions for ML inference, manual validation, display
2fd6040

rmm commited on

feat: using FSM for full workflow, with some steps mocked
f1504f4

rmm commited on

fix: classification_done and prediction1 now ok for image batches
cc71f8d

rmm commited on

feat: implementation of FSM, and invokation for first phases
bd8db44

rmm commited on

Merge remote-tracking branch 'origin/dev' into feat/stateful-workflow
8047e97

rmm commited on

Revert "feat: first implementation of an FSM to keep track of phase"
fd2b373

rmm commited on

Merge pull request #26 from sdsc-ordes/fix/hash-identifier
a98cffd
unverified

rmm-ch commited on

test: updated test to match removed heading in whale_viewer
8a202cc

rmm commited on

feat: first implementation of an FSM to keep track of phase
d7725f6

rmm commited on

feat: added member var for top predictions in the observation class
ba36d57

rmm commited on

fix: adapt tests to refactor and explicit module names
fffba94

vancauwe commited on

chore: update documentation to refactor
3719bb7

vancauwe commited on

feat: hash used as identifier
5a8836e

vancauwe commited on

Merge pull request #24 from sdsc-ordes/feat/image-batch
43cae2c
unverified

vancauwe commited on

feat: merge dev and into image batch
8cbe888

vancauwe commited on

Merge branch 'dev' into feat/image-batch
31d229e

vancauwe commited on

Merge pull request #20 from sdsc-ordes/test/tests
6efbf9b
unverified

vancauwe commited on

chore: explicit name for test script
389f0f6

rmm commited on

chore: changed CI file to trigger on PRs to dev + main branches
50c83db

rmm commited on

fix: input validation for decimal_coords
722ec65

rmm commited on

test: added unit tests for decimal_coords converter
d546098

rmm commited on

chore: added docstring to decimal_coords func
4fd1e53

rmm commited on

test: improved name of test file to be explicit
f500b17

rmm commited on

Merge pull request #22 from sdsc-ordes/chore/docs-complete
20526a2
unverified

vancauwe commited on

doc: added short descriptions for each tab (in app, for user)
cffe3cc

rmm commited on

fix: remove unused argument
fb5f7bb

vancauwe commited on

feat: refactor and multi image classification
55d18b1

vancauwe commited on

docs: added type hints to outstanding functions and docstrings
3089ebb

rmm commited on

feat: multi image input
879acff

vancauwe commited on

docs: added some notes on how to run tests
c3c7f31

rmm commited on

test: using src/apptest subdir for the test harnesses
84415d1

rmm commited on

test: test harness for the whale_viewer module, using AppTest
be719f6

rmm commited on

test: adding badge for a top-level status report
d530f0c

rmm commited on