Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Sherif akoush/mlsv 42/add alibi explain runtime #320
Sherif akoush/mlsv 42/add alibi explain runtime #320
Changes from 11 commits
1e592ce
9c10981
43b1db6
e472624
af1810e
36acbc5
56d4552
d439648
7bd1bb9
85eb8fb
b469a3f
d90e061
2f48edb
a9ffe5b
1657a2a
d82b0ee
f519352
44698e9
399bb4a
0f420aa
5ff6390
bfc4d2a
a3eb52d
6cf0fe1
7b535db
8c618a7
b64e3ca
6501fcc
b3e8aa8
ebb2b1a
5d68820
b5f8550
99c065e
0d1c9b1
fe197c1
c324c20
9f29391
fb3701d
0fe7fa9
5874335
4b4441a
77bcd5e
7e08766
6daf1aa
c008320
09547b3
d801eb0
e16f5c5
de42b34
642c0e4
cea0446
86e72dd
bc48764
37332e3
b6d27af
2f98c9c
f03a576
82bbc04
7055ea0
0384120
1af15b6
1cc91c9
e82e1cf
588f178
e396277
fc1c255
402df44
acfb093
012f620
5d0b7a4
7eba4a0
ed5f2a3
602cd1f
6925b0a
81a296c
3720a26
e525b56
b992a30
66c0080
5b433d9
9afd2aa
6d272be
03ad825
8f449ff
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Is the
convert_from_bytes
method still needed here now that we've got the extra methods on theStringCodec
?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.
It is used in tests to recover the data from explain calls.
This utility is not yet moved to
StringCodec
. I though I will leave it as TODO given that it is not strictly required.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.
Got it! Could you add a
#TODO
comment so that it's clear why we decided to leave it here?