Skip to content

Conversation

caesquerre
Copy link
Contributor

When the command ScientificTypes.schema
is called in line 338 produce an error message
ERROR: UndefVarError: ScientificTypes not defined.

My suggestion is replacing line 338 by:
schema(X)

When the command ScientificTypes.schema
is called in line 338 produce an error message
ERROR: UndefVarError: `ScientificTypes` not defined.

My guess is the command should be:
schema(X)
Copy link
Member

@ablaom ablaom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks @caesquerre 🙏🏾

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 57.89%. Comparing base (311b7d1) to head (c43d131).

Additional details and impacted files
@@           Coverage Diff           @@
##              dev    #1098   +/-   ##
=======================================
  Coverage   57.89%   57.89%           
=======================================
  Files           2        2           
  Lines          38       38           
=======================================
  Hits           22       22           
  Misses         16       16           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ablaom ablaom merged commit e4d206e into JuliaAI:dev Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants