Skip to content

Commit 69cb14d

Browse files
too much verbosity
1 parent 53be30d commit 69cb14d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-31.6 KB
Binary file not shown.

src/Utils/Compatibilities.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function CheckBasisCompatibility(basis::AstroBasis.AbstractAstroBasis,
6565

6666
compat = true
6767
for (key,value) in params.Basisparams
68-
println(key,value)
68+
#println(key,value)
6969
if key=="dimension" continue end
7070
if value != getfield(basis,Symbol(key))
7171
compat = false

0 commit comments

Comments
 (0)