Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues/94/xdist fixtures #95

Merged
merged 4 commits into from
Jun 12, 2022
Merged

Issues/94/xdist fixtures #95

merged 4 commits into from
Jun 12, 2022

Conversation

tallamjr
Copy link
Owner

@tallamjr tallamjr commented Jun 12, 2022

Allow for distributed tests and reduce inference test time.

Problems come since we are returning a tuple of items with the fixtures,
as well as the issue that TFDataset is not serializable via JSON

_tbc_

	modified:   astronet/tests/conftest.py
	modified:   astronet/tests/reg/test_inference.py
	modified:   astronet/tests/reg/test_plots.py
This allows for distributed tests with single load of data in session
scope

	modified:   conftest.py
	modified:   reg/test_inference.py
	modified:   environment.yml
	modified:   pyproject.toml
@codecov
Copy link

codecov bot commented Jun 12, 2022

Codecov Report

Merging #95 (c0d4817) into master (3031557) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #95   +/-   ##
=======================================
  Coverage   28.00%   28.00%           
=======================================
  Files          16       16           
  Lines        1996     1996           
=======================================
  Hits          559      559           
  Misses       1437     1437           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 64b5024...c0d4817. Read the comment docs.

@tallamjr tallamjr merged commit e90513c into master Jun 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant