浏览代码

Don't make the test a MonoBehavior (#3505)

/asymm-envs
GitHub 5 年前
当前提交
8b85322f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      com.unity.ml-agents/Tests/Editor/DemonstrationTests.cs

2
com.unity.ml-agents/Tests/Editor/DemonstrationTests.cs


namespace MLAgents.Tests
{
[TestFixture]
public class DemonstrationTests : MonoBehaviour
public class DemonstrationTests
{
const string k_DemoDirectory = "Assets/Demonstrations/";
const string k_ExtensionType = ".demo";

正在加载...
取消
保存