File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed
Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 1+ import copy
2+ import math
3+ import warnings
14from io import StringIO
5+
6+ import numpy as np
27import requests
38import solara
4- from molviewspec import create_builder
9+ import solara .lab
10+ from Bio .PDB import PDBParser
11+ from Bio .PDB .PDBExceptions import PDBConstructionWarning
12+ from molviewspec import GlobalMetadata , create_builder
13+
514from ipymolstar .molviewspec import MolViewSpec
6- import math
7- import copy
8- from molviewspec import GlobalMetadata
915
10- from Bio .PDB import PDBParser
11- import numpy as np
12- import solara .lab
16+ # Suppress only PDBConstructionWarnings
17+ warnings .simplefilter ("ignore" , PDBConstructionWarning )
1318
1419
1520# https://github.com/molstar/mol-view-spec/blob/def8ad6cdc351dbe01e29bf717e58e004bd10408/molviewspec/app/api/examples.py#L1819
You can’t perform that action at this time.
0 commit comments