Skip to content

Commit

Permalink
minor fix in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiocorreia committed Apr 4, 2015
1 parent 50130db commit 796d135
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Binary file modified misc/reghdfe.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions package/hdfe.ado
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*! hdfe 2.1.8 03apr2015
*! hdfe 2.1.9 03apr2015
*! Sergio Correia ([email protected])
* (built from multiple source files using build.py)
// -------------------------------------------------------------
Expand Down Expand Up @@ -1020,7 +1020,7 @@ end
// -------------------------------------------------------------

program define Version, eclass
local version "2.1.8 03apr2015"
local version "2.1.9 03apr2015"
ereturn clear
di as text "`version'"
ereturn local version "`version'"
Expand Down
4 changes: 2 additions & 2 deletions package/reghdfe.ado
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*! reghdfe 2.1.8 03apr2015
*! reghdfe 2.1.9 03apr2015
*! Sergio Correia ([email protected])
* (built from multiple source files using build.py)
// -------------------------------------------------------------
Expand Down Expand Up @@ -861,7 +861,7 @@ end
// -------------------------------------------------------------

program define Version, eclass
local version "2.1.8 03apr2015"
local version "2.1.9 03apr2015"
ereturn clear
di as text "`version'"
ereturn local version "`version'"
Expand Down
2 changes: 1 addition & 1 deletion source/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.8 03apr2015
2.1.9 03apr2015
2 changes: 1 addition & 1 deletion test/test-vce-complex-bw.do
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ noi cscript "reghdfe with HAC VCE (bw>1)" adofile reghdfe

* 2. Run reghdfe
reghdfe `lhs' `rhs', a(`absvars') vce(cluster `absvars', suite(avar))
reghdfe `lhs' `rhs', a(`absvars') vce(cluster `absvars', bw(2))
reghdfe `lhs' `rhs', a(`absvars') vce(cluster `absvars', bw(2)) dof(none)
TrimMatrix `K'

* 3. Compare
Expand Down

0 comments on commit 796d135

Please sign in to comment.