Skip to content

Commit

Permalink
make tests happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Koeng101 committed Dec 21, 2023
1 parent 001eb52 commit ef94805
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/fold/mfe/secondary_structure/secondary_structure.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//nolint:all
/*
Package secondary_structure provides the structs needed to contain
information about a RNA's secondary structure
Expand Down Expand Up @@ -32,7 +33,7 @@ defined in this file in the unit deca-cal / mol (with the `int` type).
Thus, to convert to the 'standard' energy unit of kcal/mol, the energy
values have to be converted to type `float32` or `float64` and divided by `100`.
*/
package secondarystructure
package secondary_structure

// SecondaryStructure is composed of a list of `MultiLoop`s, `Hairpin`s,
// and `SingleStrandedRegion`s. Note that since Go doesn't support inheritance,
Expand Down

0 comments on commit ef94805

Please sign in to comment.