Simon Zhao
Simon Zhao
### Description Usually, the directory name is the same as the zipball without the `.zip` extension. For example, all files in [`odFridgeObjectsTiny.zip`](https://cvbp.blob.core.windows.net/public/datasets/object_detection/odFridgeObjectsTiny.zip) will be in the `odFridgeObjectsTiny` directory after being...
### Description After a quick look of the `azureml_*.yml` files under [.github/workflows](https://github.com/microsoft/recommenders/tree/staging/.github/workflows), I find the 4 `azureml_*.yml` files are almost the same except some parameters, such as `cpu`, `gpu`, etc....
### Description Some of the types are changed in the latest ScalaTest. For example, [`FlatSpec` in ScalaTest 3.0.8](https://www.scalatest.org/scaladoc/3.0.8/org/scalatest/FlatSpec.html) is [removed from ScalaTest 3.2.12](https://www.scalatest.org/scaladoc/3.2.12/org/scalatest/flatspec/index.html?search=FlatSpec). To make sarplus up-to-date, its tests should...
### Description As said at [Release Python 3.6](https://www.python.org/downloads/release/python-360/), Python 3.6 has now reached end-of-life. I wonder if we should drop the support for Python 3.6 in the near future? ###...
https://github.com/tensorflow/ecosystem/blob/791a42f427139f2cb7bbae8a93a9e666a38c2bcc/spark/spark-tensorflow-connector/src/main/scala/org/tensorflow/spark/datasources/tfrecords/DefaultSource.scala#L173-L215 The check `if (dir.exists())` in line 179 above may cause subsequent partition write failed if partitions are more than 2 in the test below. Because partitions are written in...
### Description There are a long list of PytestUnknownMarkWarnings making it difficult to identify the real errors in the tests. For example, see [the test outputs](https://github.com/microsoft/recommenders/actions/runs/3437629951/jobs/5732650237#step:3:1481) from the PR https://github.com/microsoft/recommenders/pull/1842...
Test
### Description ### Related Issues ### References ### Checklist: - [ ] I have followed the [contribution guidelines](CONTRIBUTING.md) and code style for this project. - [ ] I have added...