Spaces:
Sleeping
Sleeping
Commit History
fix: use string form of timezone not tzinfo object
09e4c7c
rmm
commited on
fix: added timezone to InputObservation, updated tests
756c23e
rmm
commited on
fix: timezone from file metadata, or from locale if absent
3b302a7
rmm
commited on
fix: email field must be populated to pass validation
13a80d6
rmm
commited on
test: updated to test behaviour according to debug flag state
8c3eb82
rmm
commited on
fix: env variable defines whether fields autopopulated
2d694a6
rmm
commited on
chore: added custom marker to slow (>20s) test, updated CI to skip
a9c8ccb
rmm
commited on
fix: all usage of session_state.files explicitly a list now
c860c9c
rmm
commited on
chore: adding a property and tidy up fstring warnings
8f1fe89
rmm
commited on
chore: moved all session state init to relevant modules
94698a8
rmm
commited on
chore: cleanup variable names and add docstrings
a5ced3e
rmm
commited on
chore: moved debug function to relevant module, and docstring
4d650d5
rmm
commited on
fix: InputObservation uses date, time, and raw_image_datetime
1ba3d0b
rmm
commited on
fix: instantiating InputObservation with new call signature
3e2cb2f
rmm
commited on
feat: get coordinates from file, populate input boxes
e90cc61
rmm
commited on
chore: reorganise code out of main
01fa6a9
rmm
commited on
chore: reorganise code out of main, and docstrings in input_handling
1311e0c
rmm
commited on
chore: cleanup input_handling - removing unused functions
a491624
rmm
commited on
chore: cleaning up InputObservation (added type hints)
d437f49
rmm
commited on
feat: InputObservations are compared and only updated if new
18e57c7
rmm
commited on
feat: separated file input and metadata input functions
6a02bc4
rmm
commited on
fix: checking input requires testing for empty strings/lists
3eaf0a5
rmm
commited on
feat: nearly complete input handling with stable state
fd18838
rmm
commited on
feat: implementation of FSM, and invokation for first phases
00bdefd
rmm
commited on