Commit graph

35 commits

Author SHA1 Message Date
8162758cec
use pathlib.Path for directories and files
Some checks failed
Ruff / ruff (push) Waiting to run
Pytest / pytest (3.12) (push) Successful in 1m15s
Pytest / pytest (3.13) (push) Has been cancelled
Mypy / mypy (push) Successful in 1m13s
Pytest / pytest (3.14) (push) Has been cancelled
2026-03-23 16:15:55 +01:00
c6f3603fbf
Throw errors when parmeter file is not set
Some checks failed
Pytest / pytest (3.14) (push) Failing after 41s
Mypy / mypy (push) Successful in 1m15s
Pytest / pytest (3.13) (push) Failing after 41s
Mypy / mypy (pull_request) Failing after 39s
Pytest / pytest (3.12) (pull_request) Failing after 39s
Pytest / pytest (3.13) (pull_request) Failing after 40s
Pytest / pytest (3.14) (pull_request) Failing after 43s
Ruff / ruff (pull_request) Failing after 39s
Ruff / ruff (push) Successful in 1m3s
Pytest / pytest (3.12) (push) Failing after 1m18s
2026-03-20 16:12:57 +01:00
d302ae7e0d
fix typo in type annotations
Some checks failed
Pytest / pytest (3.12) (push) Failing after 1m18s
Ruff / ruff (push) Has been cancelled
Mypy / mypy (push) Failing after 1m12s
Pytest / pytest (3.13) (push) Failing after 1m13s
Pytest / pytest (3.14) (push) Failing after 1m16s
2026-03-20 16:01:59 +01:00
4853c0e414
fix type error for now 2026-03-20 15:58:33 +01:00
96731baeb9
fix when files are unlocked or saved 2026-03-20 12:59:04 +01:00
4631769e81
finish a first pitch of docstrings
Some checks failed
Mypy / mypy (push) Failing after 2s
Pytest / pytest (3.12) (push) Failing after 2s
Ruff / ruff (push) Failing after 2s
Mypy / mypy (pull_request) Failing after 2s
Pytest / pytest (3.12) (pull_request) Failing after 2s
Pytest / pytest (3.13) (pull_request) Failing after 1s
Pytest / pytest (3.14) (pull_request) Failing after 2s
Pytest / pytest (3.13) (push) Failing after 2s
Pytest / pytest (3.14) (push) Failing after 2s
Ruff / ruff (pull_request) Failing after 2s
2026-02-12 18:39:04 +01:00
df25acfe0a
lint
All checks were successful
Mypy / mypy (push) Successful in 45s
Pytest / pytest (3.12) (push) Successful in 50s
Pytest / pytest (3.13) (push) Successful in 48s
Pytest / pytest (3.14) (push) Successful in 49s
Ruff / ruff (push) Successful in 34s
Mypy / mypy (pull_request) Successful in 44s
Pytest / pytest (3.13) (pull_request) Successful in 49s
Ruff / ruff (pull_request) Successful in 34s
Pytest / pytest (3.12) (pull_request) Successful in 50s
Pytest / pytest (3.14) (pull_request) Successful in 49s
2025-12-04 15:25:28 +01:00
00ec9f7f8a
roll out tracker unlock implementation
Some checks failed
Mypy / mypy (push) Successful in 49s
Pytest / pytest (3.12) (push) Successful in 49s
Pytest / pytest (3.13) (push) Successful in 48s
Pytest / pytest (3.14) (push) Successful in 48s
Ruff / ruff (push) Failing after 33s
Mypy / mypy (pull_request) Successful in 44s
Pytest / pytest (3.12) (pull_request) Successful in 50s
Pytest / pytest (3.13) (pull_request) Successful in 50s
Pytest / pytest (3.14) (pull_request) Successful in 47s
Ruff / ruff (pull_request) Failing after 33s
2025-12-04 15:15:24 +01:00
0626b34337
implement dynamic db name from config
Some checks failed
Ruff / ruff (push) Waiting to run
Mypy / mypy (push) Failing after 44s
Pytest / pytest (3.12) (push) Successful in 50s
Pytest / pytest (3.13) (push) Has been cancelled
Pytest / pytest (3.14) (push) Has been cancelled
2025-12-04 14:31:53 +01:00
2537fea06c
roll out save replacement
Some checks failed
Pytest / pytest (3.13) (push) Has been cancelled
Pytest / pytest (3.14) (push) Has been cancelled
Ruff / ruff (push) Waiting to run
Mypy / mypy (push) Successful in 45s
Pytest / pytest (3.12) (push) Has been cancelled
2025-12-04 12:29:31 +01:00
641c612a59
Merge branch 'develop' into refactor/data_backend
Some checks failed
Mypy / mypy (push) Failing after 34s
Pytest / pytest (3.12) (push) Failing after 47s
Pytest / pytest (3.13) (push) Failing after 44s
Pytest / pytest (3.14) (push) Failing after 46s
Ruff / ruff (push) Failing after 33s
2025-12-04 11:16:23 +01:00
15fd97af8e
rename getter method 2025-12-04 11:09:03 +01:00
3963b07c5f
add tracker module, moularize tracking system 2025-12-04 10:47:53 +01:00
4546688d97
correct mypy issues 2025-12-02 12:35:09 +01:00
d137f67e10
ruff compatible to YTT,E,W,F
All checks were successful
Pytest / pytest (3.12) (push) Successful in 50s
Pytest / pytest (3.13) (push) Successful in 49s
Pytest / pytest (3.14) (push) Successful in 49s
Pytest / pytest (3.12) (pull_request) Successful in 48s
Pytest / pytest (3.13) (pull_request) Successful in 49s
Pytest / pytest (3.14) (pull_request) Successful in 50s
2025-12-02 10:28:22 +01:00
0f499f080a
add thin wrapper for getting files 2025-11-27 15:25:54 +01:00
d8ec6ef40e
communicate when files are downloaded 2025-11-27 11:16:00 +01:00
2940ee9055
ensure db get before query 2025-11-21 09:42:40 +01:00
Justus Kuhlmann
1a9561bc0d implement cache drop 2025-05-16 15:40:26 +00:00
Justus Kuhlmann
2bf263679d Finish first version of cache 2025-05-13 09:45:00 +00:00
Justus Kuhlmann
c5c735db60 clean up typos 2025-05-12 20:37:32 +00:00
Justus Kuhlmann
da279b3575 first version of caching 2025-05-12 20:30:18 +00:00
Justus Kuhlmann
7fc8e91a3e implement t0 and t1 import from openQCD, allow no param file for these 2025-04-17 08:36:31 +00:00
Justus Kuhlmann
bb47bdb81f correct paths when writing a measurement 2025-04-16 08:45:24 +00:00
Justus Kuhlmann
17d2d186e7 reformat parts of meas writing 2025-04-08 14:40:32 +00:00
Justus Kuhlmann
005840d212 Merge branch 'master' of kuhl-mann.de:jkuhl/corrlib 2025-04-08 13:32:34 +00:00
Justus Kuhlmann
81da737152 correct measurement io for openQCD 2025-04-08 13:32:04 +00:00
Justus Kuhlmann
19dfaa3e2a Merge branch 'master' of kuhl-mann.de:jkuhl/corrlib 2025-04-08 13:03:09 +00:00
Justus Kuhlmann
f7fc2519a1 more intelligent record loading 2025-04-08 13:00:30 +00:00
Justus Kuhlmann
362fc8788b better implementation of hashes 2025-04-08 12:59:03 +00:00
Justus Kuhlmann
c4e1e1aa77 try sha hash to combat colisions 2025-04-08 09:39:57 +00:00
Justus Kuhlmann
25cbf5b6f6 add a way to load multiple correlators at once 2025-04-07 20:39:31 +00:00
Justus Kuhlmann
2312b5972d better openQCD input 2025-04-07 19:59:49 +00:00
Justus Kuhlmann
02a0b3d7d2 erase debug msg 2025-03-31 19:37:35 +00:00
Justus Kuhlmann
a908cc2f2c rename 2024-08-26 09:05:31 +00:00
Renamed from backlogger/meas_io.py (Browse further)