We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0cfdbd commit 15f46b0Copy full SHA for 15f46b0
src/aiidalab_qe/app/utils/search_jobs.py
@@ -85,7 +85,7 @@ def setup_widgets(self):
85
</style>
86
"""
87
88
- unique_properties = set(self.df["Properties"].explode())
+ unique_properties = set(self.df["Properties"].explode().dropna())
89
unique_properties.discard(None)
90
property_checkboxes = [
91
ipw.Checkbox(
0 commit comments