Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dehall committed Dec 12, 2024
1 parent e791940 commit 3269b0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/inferno/apps/cli/evaluate.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require_relative '../../../inferno/dsl/fhir_evaluation/evaluator'
require_relative '../../../inferno/dsl/fhir_evaluation/config'
require_relative '../../../inferno/dsl/ig'
require_relative '../../utils/ig_downloader'

Expand All @@ -23,7 +22,7 @@ def evaluate(ig_path, data_path, _log_level)
end
end

# Rule execution, and result output below will be integrated at phase 2 and 3.
# Rule execution, and result output below will be integrated soon.

# if data_path
# DatasetLoader.from_path(File.join(__dir__, data_path))
Expand Down

0 comments on commit 3269b0d

Please sign in to comment.