-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Fixing package validation errors. #3808
Conversation
This impacts our API as two public variables have been made private. TODO: fix our CI to catch these automatically, per commit.
@@ -63,7 +63,7 @@ public int height | |||
} | |||
|
|||
[HideInInspector, SerializeField, FormerlySerializedAs("grayscale")] | |||
public bool m_Grayscale; | |||
bool m_Grayscale; |
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.
Thanks, this was supposed to be private (there are public properties below)
I asked on slack a few months ago about failing CI for doc xml warnings, but at the time there was nothing. If there are logs in yamato, we can parse them to do our own enforcement (similar to what I did for coverage %) but last I checked I couldn't find them. |
@andrewcoh - can you take a look into why the CI tests are failing? My PR doesn't touch any training code. |
|
commit 3fed09d Author: Ervin T <ervin@unity3d.com> Date: Mon Apr 20 13:21:28 2020 -0700 [bug-fix] Increase buffer size for SAC tests (#3813) commit 99ed28e Author: Ervin T <ervin@unity3d.com> Date: Mon Apr 20 13:06:39 2020 -0700 [refactor] Run Trainers in separate threads (#3690) commit 52b7d2e Author: Chris Elion <chris.elion@unity3d.com> Date: Mon Apr 20 12:20:45 2020 -0700 update upm-ci-utils source (#3811) commit 89e4804 Author: Vincent-Pierre BERGES <vincentpierre@unity3d.com> Date: Mon Apr 20 12:06:59 2020 -0700 Removing done from the llapi doc (#3810)
This reverts commit 72624f0.
This impacts our API as two public variables have been made private.
TODO: fix our CI to catch these automatically, per commit.
Proposed change(s)
Describe the changes made in this PR.
Useful links (Github issues, JIRA tickets, ML-Agents forum threads etc.)
Types of change(s)
Checklist
Other comments