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

Add and fix unittests for NAS #28

Closed
wants to merge 11 commits into from
Closed

Add and fix unittests for NAS #28

wants to merge 11 commits into from

Conversation

graykode
Copy link
Owner

@graykode graykode commented Sep 20, 2020

I compared both the list_object function of minio and the list_object function that I directly override(NAS class). At this time, only when the prefix is'metadata/test/', there is a problem that the two do not match. Be careful about this.

Add unittests for NAS

  • data saver and data loader
  • model saver and model loader
  • optimizer saver and optimizer loader

As one problem, we found a problem that unittest.skip cannot be called in the same class. Therefore, this stackoverflow answer solved this.

@graykode graykode changed the title 0.3.0 Add and fix unittests for NAS Sep 20, 2020
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.

1 participant