Commits on Source (15)
-
Erin (Josh) Rigler authored
-
Sachuk, Lina authored
Addresses issue #73 (residual spreadsheet time parsing) See merge request !190
-
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.
-
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
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
Set proper timestamps in residual calculated absolutes Closes #75 See merge request !191
-
Wernle, Alexandra Nicole authored
-
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
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
-
Jeremy M Fee authored
-
Jeremy M Fee authored
Add absolutes See merge request !189
Showing
- geomagio/processing/copy_absolutes.py 149 additions, 0 deletionsgeomagio/processing/copy_absolutes.py
- geomagio/residual/Calculation.py 17 additions, 6 deletionsgeomagio/residual/Calculation.py
- geomagio/residual/SpreadsheetAbsolutesFactory.py 35 additions, 7 deletionsgeomagio/residual/SpreadsheetAbsolutesFactory.py
- poetry.lock 112 additions, 711 deletionspoetry.lock
- pyproject.toml 2 additions, 1 deletionpyproject.toml
geomagio/processing/copy_absolutes.py
0 → 100644
This diff is collapsed.