Skip to content

Update papersolver.py#34

Open
PierreNAPOLETANO wants to merge 1 commit intoSamuelSchmidgall:mainfrom
PierreNAPOLETANO:patch-1
Open

Update papersolver.py#34
PierreNAPOLETANO wants to merge 1 commit intoSamuelSchmidgall:mainfrom
PierreNAPOLETANO:patch-1

Conversation

@PierreNAPOLETANO
Copy link

use ternary

self.topic = "" if topic is None else topic
self.compile_pdf = compile_pdf
self.llm_str = llm_str
self.notes = notes

Choose a reason for hiding this comment

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

S

self.topic = "" if topic is None else topic
self.compile_pdf = compile_pdf
self.llm_str = llm_str
self.notes = notes

Choose a reason for hiding this comment

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

S

self.topic = "" if topic is None else topic
self.compile_pdf = compile_pdf
self.llm_str = llm_str
self.notes = notes

Choose a reason for hiding this comment

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

S

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.

2 participants