numerai-tools 0.5.0.dev8__tar.gz → 0.5.0.dev9__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: numerai-tools
3
- Version: 0.5.0.dev8
3
+ Version: 0.5.0.dev9
4
4
  Summary: A collection of open-source tools to help interact with Numerai, model data, and automate submissions.
5
5
  License: MIT
6
6
  Author: Numerai Engineering
@@ -93,7 +93,7 @@ def validate_headers_signals(
93
93
  SIGNALS_ALLOWED_ID_COLS,
94
94
  SIGNALS_ALLOWED_PRED_COLS,
95
95
  )
96
- if date_col is not None:
96
+ if assert_date_col:
97
97
  submission[date_col_name] = date_col
98
98
  return ticker_col, signal_col, date_col_name
99
99
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "numerai-tools"
3
- version = "0.5.0.dev8"
3
+ version = "0.5.0.dev9"
4
4
  description = "A collection of open-source tools to help interact with Numerai, model data, and automate submissions."
5
5
  authors = [
6
6
  {name = "Numerai Engineering",email = "engineering@numer.ai"}