Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public interface IModelEntity {

public class TransactionObservation : IModelEntity
{
// Note we're not loading the 'Time' column, since que don't need it as a feature
// Note we're not loading the 'Time' column, since we don't need it as a feature
[LoadColumn(0)]
public float Time;

Expand Down