Skip to content

Renaming Script #32

@DerekMelchin

Description

@DerekMelchin

I think the renameDataset.sh file needs some updates. The attached image shows my file structure after running the script.

Image

(1) My project doesn't have a FearGreedIndexUniverse.cs file. I think this line needs to say
mv MyCustomDataUniverse.cs ${vendorNameDatasetNameUniverse}.cs

(2) The {vendorNameDatasetName}Algorithm.cs file uses has Algorithm in the type name

var universe = AddUniverse<MyFearGreedIndexUniverseSelectionAlgorithm>(data =>
{
    foreach (MyFearGreedIndexUniverseSelectionAlgorithm datum in data)

(3) The tests directory still has files named MyCustomData...

(4) The directory still has the following files:

  • MyCustomDataDownloader.cs
  • MyCustomDataProvider.cs
  • MyCustomDataUniverse.cs

Also why is there both a MyCustomDataDownload.cs file and a DataProcessing/MyCustomDataDownload.cs file?


We should consider replacing the renameDataset.sh script with just a Python script that generates all the files we need.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions