Skip to content

Commit

Permalink
project to query in fetch1_dataframe (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelbray32 authored Jan 3, 2024
1 parent 1632b92 commit 2fbf877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spyglass/position/position_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class CommonPos(SpyglassMixin, dj.Part):
def fetch1_dataframe(self):
# proj replaces operator restriction to enable
# (TableName & restriction).fetch1_dataframe()
key = self.merge_restrict(self.proj())
key = self.merge_restrict(self.proj()).proj()
query = (
source_class_dict[
to_camel_case(self.merge_get_parent(self.proj()).table_name)
Expand Down

0 comments on commit 2fbf877

Please sign in to comment.