Skip to content

Cumulative Cox 1.0.0

Choose a tag to compare

@danielpes danielpes released this 10 Feb 09:08
· 425 commits to master since this release

Important: To run this release, it is necessary to use a version of DCIR that contains the column ER_PHA_F_PHA_ACT_QSN (with "_" instead of ".") and the line 36 of the file filtering/implicits/package.scala should be changed from:

.extract(path).persist().where(col("`ER_PHA_F.PHA_ACT_QSN`") <= upperBoundIrphaQuantity && col("`ER_PHA_F.PHA_ACT_QSN`")>0) 

to:

.extract(path).where(col("ER_PHA_F_PHA_ACT_QSN") <= upperBoundIrphaQuantity && col("ER_PHA_F_PHA_ACT_QSN")>0)

Note: The uploaded jar already has this change, but the source code doesn't.