spcl / dace

DaCe - Data Centric Parallel Programming
http://dace.is/fast
BSD 3-Clause "New" or "Revised" License
487 stars 121 forks source link

Correction in the docstring of the SDFG class's init method #1571

Closed alexnick83 closed 4 months ago

alexnick83 commented 4 months ago

This PR corrects the SDFG.__init__ docstring to refer to the correct parameter constants (compile-time constants) instead of symbols (scalars that are immutable in the SDFG scope). See also #1563