-
Notifications
You must be signed in to change notification settings - Fork 6
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
[CM-1592] Support for logging of assets folder #39
Conversation
…ConnectionUtils test cases.
…to clearly separate asynchronous logic from synchronous. Fixed related test cases
…te utility class.
…t assets uploading methods.
to support methods from amended OnlineExperiment interface.
…de-clutter OnlineExperimentImpl.
comet-java-client/src/main/java/ml/comet/experiment/impl/OnlineExperimentBuilderImpl.java
Outdated
Show resolved
Hide resolved
…ynchronous loggers by removing Async suffix. Now them all in separate class - no need any more.
…essages bundle. Fixed JavaDocs. Added warnings' suppression.
…wing automatic experiment closing when using with try-with-resources statement.
comet-java-client/src/main/java/ml/comet/experiment/context/ExperimentContext.java
Show resolved
Hide resolved
comet-java-client/src/main/java/ml/comet/experiment/context/ExperimentContext.java
Show resolved
Hide resolved
comet-java-client/src/main/java/ml/comet/experiment/impl/asset/Asset.java
Show resolved
Hide resolved
comet-java-client/src/main/java/ml/comet/experiment/impl/asset/Asset.java
Show resolved
Hide resolved
comet-java-client/src/main/java/ml/comet/experiment/impl/asset/Asset.java
Show resolved
Hide resolved
comet-java-client/src/main/java/ml/comet/experiment/impl/asset/Asset.java
Show resolved
Hide resolved
comet-java-client/src/main/java/ml/comet/experiment/model/ExperimentAssetLink.java
Show resolved
Hide resolved
comet-java-client/src/main/java/ml/comet/experiment/model/ExperimentAssetLink.java
Show resolved
Hide resolved
…ing recursive = false.
…s prefixed with folder name. Fixed related test cases.
…s prefixed with folder name. Fixed related test cases.
…to indicate whether parent folder name should prefix file names within folder.
…rs step and epoch are null and return the default zero in this case. This is to avoid NullPointerException when invoking getStep()/getEpoch() or nextStep()/nextEpoch().
…ated parts of the code using it.
…pty to properly handle blank strings having only whitespaces.
…text and logCode usage
Codecov Report
@@ Coverage Diff @@
## master #39 +/- ##
============================================
- Coverage 53.90% 53.05% -0.86%
- Complexity 310 396 +86
============================================
Files 55 64 +9
Lines 1395 1734 +339
Branches 114 139 +25
============================================
+ Hits 752 920 +168
- Misses 488 624 +136
- Partials 155 190 +35
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
The example experiment output |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, only one small typo
comet-java-client/src/main/java/ml/comet/experiment/impl/utils/AssetUtils.java
Outdated
Show resolved
Hide resolved
…. Fixed related test cases to check all possible combinations of the parameters against expectations.
comet-java-client
comet-examples