Skip to content

Commit

Permalink
Merge pull request #521 from MESH-Research/cassie-branch
Browse files Browse the repository at this point in the history
Added new file to test StatsAggregator class
  • Loading branch information
cassandralem-msu authored May 16, 2024
2 parents bd7e4a7 + 585cff6 commit 76ad0fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion invenio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ from invenio_rdm_records.services import facets
from invenio_records_resources.services.custom_fields import TextCF
from invenio_saml.handlers import acs_handler_factory

# from invenio_stats.aggregations import StatAggregator
from invenio_stats.aggregations import StatAggregator
# from invenio_stats.contrib.event_builders import build_file_unique_id
# from invenio_stats.processors import EventsIndexer, anonymize_user,
# flag_robots
Expand Down
3 changes: 3 additions & 0 deletions site/kcworks/stats_dashboard/stats_agg.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from invenio_stats.aggregations import StatAggregator

test_stat_agg = StatAggregator()

0 comments on commit 76ad0fd

Please sign in to comment.