- Oct 24, 2022
-
-
Jeremy M Fee authored
-
- Oct 21, 2022
-
-
Jeremy M Fee authored
Pipeline updates See merge request !188
-
- Oct 11, 2022
-
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
- Sep 30, 2022
-
-
Jeremy M Fee authored
Add absolutes See merge request !189
-
Jeremy M Fee authored
-
Wernle, Alexandra Nicole authored
-
- Sep 22, 2022
-
-
Wernle, Alexandra Nicole authored
-
Wernle, Alexandra Nicole authored
Changed starttime/endtime to be defined by first absolutes reading starttime and last absolutes reading(last commit was supposed to include this but did not)
-
Wernle, Alexandra Nicole authored
-
Wernle, Alexandra Nicole authored
Broke up code into smaller functions, changed starttime/endtime to be defined by first absolutes reading starttime and last absolutes reading endtime
-
Wernle, Alexandra Nicole authored
-
Wernle, Alexandra Nicole authored
-
- Sep 15, 2022
-
-
Erin (Josh) Rigler authored
Set proper timestamps in residual calculated absolutes Closes #75 See merge request !191
-
Erin (Josh) Rigler authored
Pyup.io's "safety" check failed on packages lxml, mako, and dparse. None of these were explicit in our pyproject.toml file, but I modified the entry to alembic, which was the package that required mako, then ran poetry update to update the poetry.lock file. To be honest, I'm not sure changing pyproject.toml file was needed at all. I still don't fully understand how poetry works I guess. But, everthing is "safe" now, and this merge request should now make it through the CICD pipeline without further issue (fingers crossed).
-
Erin (Josh) Rigler authored
The calculation of scale_value in geomagio.residual.calculate() is not quite correct, but that needs to be addressed in a separate commit and merge request. I'm reverting the recent change here so that we don't break the tests.
-
Erin (Josh) Rigler authored
Fixes #75 When geomagio.residual.calculate() is called with adjust_reference set equal to True, the start/end timestamps now both reflect the time of the first absolute measurement (i.e., West Down). This is consistent with the residual absolute spreadsheet calculations.
-
- Aug 22, 2022
-
-
Sachuk, Lina authored
Addresses issue #73 (residual spreadsheet time parsing) See merge request !190
-
- Aug 20, 2022
-
-
Erin (Josh) Rigler authored
-
- Aug 13, 2022
-
-
Jeremy M Fee authored
Switch get_previous_interval precision to milliseconds to match Edge See merge request !187
-
Jeremy M Fee authored
-
- Aug 12, 2022
-
-
Erin (Josh) Rigler authored
update interval no longer shrinks with recursion See merge request !186
-
Jeremy M Fee authored
-
- Aug 11, 2022
-
-
Erin (Josh) Rigler authored
Previously, the endtime-starttime interval being processed by the `run_as_update` method would shrink by 1 (second) with each recursion. This ultimately broke `run_as_update` when processing anything other than 1-second data, but it wasn't obvious because we rarely had to actually recurse. There is a little trickery now to ensure that user- provided starttime and endtime are inclusive of the full first (most recent) update interval, while subsequent, calculated, endtimes are set equal to the prior starttime minus specified output_interval (e.g., 'second', 'minute', etc.).
-
- Jun 01, 2022
-
-
Erin (Josh) Rigler authored
Parse data type in imfv122 files See merge request !184
-
Erin (Josh) Rigler authored
-
Erin (Josh) Rigler authored
-
Erin (Josh) Rigler authored
-
- May 31, 2022
-
-
Jeremy M Fee authored
Attempt StringIO after failed BytesIO file read See merge request !183
-
- May 27, 2022
-
-
Erin (Josh) Rigler authored
Gitlab 15 requires slightly different configuration to generate Cobertura coverage reports. See: https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportscoverage_report
-
Erin (Josh) Rigler authored
Trying to dislodge a plugged pipeline in Gitlab
-
Erin (Josh) Rigler authored
It turns out that none of the factories currently being used in production expects bytes as input, and in fact, Util.read_url() converts everthing to a string anyway, so a BYTES-oriented input would couldn't not possibly be working. So, just remove all use of BYTESIO, and instead use only STRINGIO.
-
- May 18, 2022
-
-
Erin (Josh) Rigler authored
-
Erin (Josh) Rigler authored
It worked when a URL template was used, but not if a single simple filename was passed
-
Erin (Josh) Rigler authored
-
Erin (Josh) Rigler authored
This is a bandaid to allow the `--input-url` option to be used to read in single files. It adds zero functionality beyond what already existed when the `--input-file` option was used.
-
- May 05, 2022
-
-
Jeremy M Fee authored
-