sidaw commited on
Commit
135b2e0
2 Parent(s): c95b757 1cc585a
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ This is a reformatting of the DS-1000 dataset with improved ease of use.
17
  * Python is upgraded to 3.10 and libraries upgraded to the latest versions (`environment.yaml`)
18
  * checked that the performance is not overly sensitive to library versions (`enviroment-old-lib.yaml`).
19
  * Removed obsolete `parser` module and simplified string testing
20
- * a few problems were manually fixed and minor inconsistency with the origin due to import side effects etc.
21
 
22
  Testing code and examples are in the [original repo](https://github.com/xlang-ai/DS-1000/simplified).
23
 
 
17
  * Python is upgraded to 3.10 and libraries upgraded to the latest versions (`environment.yaml`)
18
  * checked that the performance is not overly sensitive to library versions (`enviroment-old-lib.yaml`).
19
  * Removed obsolete `parser` module and simplified string testing
20
+ * a few examples were manually fixed; very minor inconsistency due to `import` side-effects when generating tests.
21
 
22
  Testing code and examples are in the [original repo](https://github.com/xlang-ai/DS-1000/simplified).
23