Skip to content

Commit

Permalink
chore: remove reference to confidence intervals
Browse files Browse the repository at this point in the history
  • Loading branch information
ireneisdoomed committed Nov 22, 2023
1 parent 2eee6ca commit 4635b99
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,11 +410,6 @@ def mock_summary_statistics_data(spark: SparkSession) -> DataFrame:
# Making sure p-values are below 1:
).build()

# Because some of the columns are not strictly speaking required, they are dropped now:
data_spec = data_spec.drop(
"betaConfidenceIntervalLower", "betaConfidenceIntervalUpper"
)

return data_spec


Expand Down

0 comments on commit 4635b99

Please sign in to comment.