Skip to content

Commit

Permalink
Add context argument as None to be replaced
Browse files Browse the repository at this point in the history
  • Loading branch information
awarde96 authored and jameshawkes committed Sep 17, 2024
1 parent a9801bd commit 896cf02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polytope_server/common/datasource/polytope.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def retrieve(self, request):
cf = conf.model_dump()
cf["options"] = self.polytope_options

p = PolytopeMars(cf)
p = PolytopeMars(cf, None)

self.output = p.extract(r)
self.output = json.dumps(self.output).encode("utf-8")
Expand Down

0 comments on commit 896cf02

Please sign in to comment.