-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Fix bug for windows and improve sample code #38
Conversation
Codecov Report
@@ Coverage Diff @@
## main #38 +/- ##
==========================================
+ Coverage 35.16% 35.36% +0.19%
==========================================
Files 17 17
Lines 1965 1971 +6
Branches 432 434 +2
==========================================
+ Hits 691 697 +6
+ Misses 1223 1222 -1
- Partials 51 52 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
I followed the installation steps in the win branch (
Then I did pip install docker and ran the test again. The error changed:
|
Could you use |
This worked, and after enough turns (test1.txt) it displayed the chart: |
* fix bug for windows * fix bug for windows * more clear example * link to example * add test * format * comment * fix assertion error * fix test error and links --------- Co-authored-by: Chi Wang (MSR) <[email protected]>
* Add doc about how to use aad for model client * update after testing
Why are these changes needed?
Related issue number
close #17
close #19
Checks